/**
 * Copyright PaperStreet Web Design test
 *
 * @format
 */

:root {
  --color-purple: #5a61a9;
  --color-black: #000;
  --color-white: #fff;
  --color-grey: #808080;
  --color-light-grey: #c6c6c6;
}

body {
  font-family: 'proxima-nova';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  color: #222222;
}
.page-wrapper {
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.page-wrapper.active {
  background-image: url(../images/bg-pattern-1.png);
}

.maxwidth1920 {
  max-width: 1920px;
  margin: 0 auto !important;
}
.maxwidth1280 {
  max-width: 1280px;
  margin: 0 auto !important;
}
.center {
  text-align: center;
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  color: #222222;
  margin-bottom: 20px;
  font-family: 'proxima-nova';
}
a {
  color: #5961a9;
  transition: all 0.5s ease;
  font-weight: 400;
}
a:hover,
a:active,
a:focus {
  color: #222222;
  transition: all 0.5s ease;
  text-decoration: none;
}
h1 {
  font-family: 'proxima-nova';
  font-size: 110px;
  font-weight: 700 !important;
  line-height: 0.9;
  /* letter-spacing: 10.89px; */
  color: #5961a9;
}
h2 {
  font-family: 'proxima-nova';
  font-size: 24px;
  font-weight: 700 !important;
  line-height: 30px;
  /* letter-spacing: 1px; */
  color: #5961a9;
  margin-bottom: 20px;
}
h3 {
  font-family: 'proxima-nova';
  font-size: 24px;
  font-weight: 600 !important;
  line-height: 34px;
  /* letter-spacing: 1.4px; */
  color: #585859;
  margin-bottom: 20px;
}
h4 {
  font-family: 'proxima-nova';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
  color: #5961a9;
  margin-bottom: 20px;
}
.subheading {
  font-family: 'proxima-nova';
  font-size: 34px;
  line-height: 1.18;
  color: #5961a9;
}
.intro-text p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
  color: #5961a9;
}
.content-wrapper ul {
  margin-bottom: 25px;
  list-style-type: none;
  padding: 0;
  padding-top: 18px;
}

.content-wrapper ul ul {
  margin-bottom: 0;
}
.content-wrapper ul li {
  font-family: 'proxima-nova';
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}

.content-wrapper ul li:last-child {
  padding-bottom: 0;
}

.related-news ul li:last-child {
  margin-bottom: 0;
}

.previouspostslink {
  background: #fff !important;
  margin-right: 10px;
}
.wp-pagenavi a.page {
  background: #fff;
  margin: 0 4px;
}
.wp-pagenavi a.page:hover {
  background: #5961a9;
  color: #fff;
}
.wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi .previouspostslink:hover {
  background: #5961a9 !important;
  color: #fff !important;
}

.wp-pagenavi .nextpostslink:hover {
  background: #5961a9 !important;
  color: #fff !important;
}

.home .content-box h1,
.home .content-box h2 {
  line-height: normal;
  letter-spacing: normal;
}

.nextpostslink {
  background: #fff !important;
  margin-left: 10px;
}
.content-wrapper ul li:before {
  content: '\f0da';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 18px;
  color: #5961a9;
  left: 0;
  top: -3px;
}
.content-wrapper ol {
  padding-top: 18px;
  padding-left: 20px;
  margin-bottom: 25px;
}
.content-wrapper ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  font-family: 'proxima-nova';
  font-size: 18px;
  line-height: 24px;
  color: #333;
  padding-left: 10px;
  padding-bottom: 10px;
}
.content-wrapper ol li:before {
  color: #222222;
  font-weight: 600;
  content: counter(list) '.';
  left: -32px;
  position: absolute;
  text-align: right;
  width: 26px;
}
.content-wrapper hr {
  border-top: 1px solid #707070;
  margin: 40px 0 45px 0;
}

.navigation .nav.mobile-nav {
  display: none;
}

div#toc_container {
  display: none;
}

.post-body div#toc_container {
  display: block;
  box-shadow: 0 3px 18px 0 rgb(0 0 0 / 4%);
  background-color: rgba(255, 255, 255, 1);
  padding: 40px 36px 35px 46px;
  margin: 40px 0;
}

.post-body div#toc_container:not(.contracted) {
  display: table !important;
}

.post-body div#toc_container .toc_list li {
  position: relative;
  padding-left: 20px;
}

.post-body div#toc_container .toc_list li ul li {
  padding-left: 40px;
}

.post-body div#toc_container li::before {
  display: none;
}

.post-body div#toc_container .toc_number {
  font-weight: 700;
  color: #222222;
  position: absolute;
  left: 0;
  top: 5px;
  margin-right: 15px;
}

.post-body div#toc_container .toc_title {
  font-family: 'proxima-nova';
  font-size: 30px;
  line-height: 1.2;
  text-transform: none;
  font-weight: 700;
  color: #5961a9;
  margin-bottom: 20px;
}

/* Header styling starts */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 120px;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
}
@media screen and (max-width: 991px) {
  header {
    height: 96px;
  }
}
header .container-fluid {
  padding: 0;
}
.header-wrapper.header-sticky .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.header-inner {
  display: flex;
  flex-direction: row;
  padding-top: 47px;
  -webkit-transition: padding 5s;
  -moz-transition: padding 0.5s;
  transition: padding 0.5s;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.logo {
  display: flex;
  flex-direction: column;
  padding-left: 3%;
}
.logo img {
  /* height: 40px; */
  height: 70px;
  width: auto;
}
span.logo-text {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.15px;
  color: #5961a9;
  padding-top: 10px;
  font-family: 'proxima-nova';
}
.main-nav {
  margin-left: auto;
  position: relative;
}

.free-divorce-calculator-link {
  background-color: transparent;
  color: #5961a9;
  font-size: 10px;
  padding: 9px 15px !important;
  border-radius: 0;
  margin-top: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  font-family: 'proxima-nova';
  display: none;
  border: 2px solid #5961a9;
  transition: all 0.3s ease;
}

.free-divorce-calculator-link:hover,
.free-divorce-calculator-link:focus {
  background-color: #565656;
  color: #fff;
  border-color: #565656;
  text-decoration: none;
}

@media screen and (min-width: 990px) {
  .free-divorce-calculator-link {
    display: block;
  }

  .main-nav.flexed {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    gap: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .free-divorce-calculator-link {
    font-size: 13px;
  }
}

@media screen and (min-width: 1400px) {
  .main-nav.flexed {
    grid-gap: 40px;
    gap: 40px;
  }
}

.navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 16px;
}
.main-nav nav.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}
.main-nav nav.nav ul li {
  margin-right: 31px;
  position: relative;
}
.main-nav nav.nav ul > li:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #585859;
  height: 3px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.main-nav nav.nav ul > li:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.main-nav nav.nav ul li:hover a,
.main-nav nav.nav ul li.active a {
  color: #585859;
  text-decoration: none;
}
nav.nav ul li a {
  font-family: 'proxima-nova';
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  color: #5a61a9;
  /* text-transform: capitalize; */
}
/* Submenu CSS starts */
nav.nav ul li ul.submenu {
  position: absolute;
  left: 0;
  top: 150%;
  width: 392px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  text-align: left;
  z-index: 9999;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px 0px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1025px) {
  #menu-3911 ul.submenu {
    left: auto;
    right: 0;
  }
}

nav.nav ul li:hover > ul.submenu {
  top: 130%;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
nav.nav ul li ul.submenu li {
  padding-right: 0;
  padding: 0 32px;
  margin-right: 0;
}
.main-nav nav.nav ul li.multi-mega-dropdown .submenu.dropdown-menu.mega-dropdown-menu .mega-item {
  margin-right: 5px;
}
nav.nav ul li ul.submenu li:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #5961a9;
  visibility: none;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
nav.nav ul li ul.submenu li:hover:after,
nav.nav ul li ul.submenu li.active:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
nav.nav ul li ul.submenu li a {
  font-size: 18px;
  line-height: 1.67;
  color: #585859;
  text-transform: inherit;
  font-weight: 600;
  padding: 5px 0 5px 20px;
  display: flex;
  position: relative;
}
nav.nav ul li ul.submenu li a:before {
  content: '\f0da';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 18px;
  color: #5961a9;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
nav.nav ul li ul.submenu li:hover a,
nav.nav ul li ul.submenu li:hover a:before,
nav.nav ul li ul.submenu li.active a,
nav.nav ul li ul.submenu li.active a:before {
  color: #ffffff;
  text-decoration: none;
}
nav.nav ul li ul.submenu li a:after {
  content: none;
}
/* Submenu CSS ends */
.search-box .search-icon {
  padding-right: 40px;
}
.search-box .search-icon i {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #5961a9;
  cursor: pointer;
}
.contact {
  background-color: #5961a9;
  padding: 10px 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: padding 5s;
  -moz-transition: padding 0.5s;
  transition: padding 0.5s;
}

.contact span,
.contact a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #ffffff;
}
.contact .phone-icon {
  padding: 0 8px;
}
.header-wrapper.header-sticky {
  position: fixed;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.9);
  height: 92px;
}
.header-wrapper.header-sticky .logo img {
  /* height: 32px; */
  height: 60px;
}
.header-wrapper.header-sticky .logo-text,
.bottom-footer .footer.logo span.logo-text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.14px;
  padding-top: 4px;
  -webkit-transition: padding 5s;
  -moz-transition: padding 0.5s;
  transition: padding 0.5s;
}
.header-wrapper.header-sticky .header-inner {
  -webkit-transition: padding 5s;
  -moz-transition: padding 0.5s;
  transition: padding 0.5s;
}
.header-wrapper.header-sticky .header-inner .logo {
  padding-top: 20px;
}
.header-wrapper.header-sticky .main-nav {
  display: flex;
  flex-direction: row;
}
.header-wrapper.header-sticky .contact {
  position: relative;
  top: auto;
  right: -15px;
  padding: 30px 36px;
  -webkit-transition: padding 5s;
  -moz-transition: padding 0.5s;
  transition: padding 0.5s;
}
.header-wrapper.header-sticky .contact .call-text {
  display: none;
}
.header-wrapper.header-sticky .contact span,
.header-wrapper.header-sticky .contact a {
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.2px;
  color: #ffffff;
}
.header-wrapper.header-sticky .main-nav .navigation {
  padding-top: 0;
}
.header-wrapper.header-sticky .search-box .search-icon {
  padding-right: 15px;
}

@media screen and (min-width: 641px) {
  .bottom-footer .footer.logo span.logo-text {
    font-size: 9px;
  }
}

@media screen and (min-width: 845px) {
  .bottom-footer .footer.logo span.logo-text {
    font-size: 12px;
  }
}

@media screen and (min-width: 990px) {
  .header-wrapper.header-sticky .header-inner {
    padding-top: 0px;
  }
}

@media screen and (min-width: 1025px) {
  .bottom-footer .footer.logo span.logo-text {
    font-size: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .bottom-footer .footer.logo span.logo-text {
    font-size: 12px;
  }
}

@media screen and (min-width: 1700px) {
  .header-wrapper.header-sticky .contact span,
  .header-wrapper.header-sticky .contact a {
    font-size: 24px;
  }
}

/* Header search styling starts */
.header-search {
  position: absolute;
  top: -200px;
  /* left: 0; */
  right: 0;
  background-color: #5a61a9;
  padding: 24px 0;
  width: 100%;
  max-width: 500px;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /* max-width: 1920px;    */
  margin: 0 auto;
}
.header-search.active {
  opacity: 1;
  top: 73px;
}

@media screen and (min-width: 1025px) {
  .header-sticky .header-search.active {
    top: 80px;
    right: -15px;
  }
}

@media screen and (min-width: 1280px) {
  .header-sticky .header-search.active {
    top: 92px;
  }
}

@media screen and (max-width: 1025px) {
  .header-search {
    left: 0;
    max-width: 1920px;
  }
  .header-search.active {
    top: 0;
  }
}

.header-search .header-search-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  float: none;
  padding: 0 15px;
  max-width: 94%;
  margin: 0 auto;
}
.header-search .header-search-form {
  position: relative;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.header-search .header-search-form label {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-family: 'proxima-nova';
}
.header-search #header-search-input {
  margin: 0;
  height: 45px;
  border: 0 none;
  font-size: 26px;
  line-height: 45px;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: 0 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%;
  border-radius: 0;
  padding: 0 15px;
  font-family: 'proxima-nova';
}
.header-search #header-search-input::-webkit-input-placeholder {
  color: #fff;
}
.header-search #header-search-input::-moz-placeholder {
  color: #fff;
}
.header-search #header-search-input:-ms-input-placeholder {
  color: #fff;
}
.header-search #header-search-input:-moz-placeholder {
  color: #fff;
}
.header-search .header-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 30px;
  background: #14172f;
  display: none;
  max-height: 350px;
  overflow: auto;
  font-family: 'proxima-nova';
}
.header-search button {
  padding: 0 20px;
  height: 45px;
  white-space: pre;
  border: 1px solid #ffffff;
}
.header-search button:focus,
.header-search #header-search-input:focus {
  outline: 0;
}
.header-search button span {
  font-weight: 500;
  padding-right: 10px;
}
.header-search .header-search-submit {
  margin: 0 1%;
}
.header-search .visually-hidden {
  border: none !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
/* Responsive menu styling starts */
.responsive-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  font-size: 0;
}
/* Button styling starts */
.button-wrapper {
  display: flex;
  justify-content: center;
}
.custom-button {
  border-radius: 2px;
  background-color: #5961a9;
  font-family: 'proxima-nova';
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  color: #ffffff;
  padding: 7px 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.content-wrapper .custom-button {
  border-radius: 10px;
  font-size: 17px;
  line-height: 37px;
  padding: 6px 25px;
}
.content-wrapper .custom-button span.icon i {
  font-size: 20px;
  line-height: 24px;
}
.content-wrapper .custom-button span.icon {
  padding-left: 15px;
}
.custom-button:hover,
.custom-button:focus,
.custom-button:active {
  color: #ffffff;
  text-decoration: none;
}
.custom-button:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #585859;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.custom-button:hover:before,
.custom-button:focus:before,
.custom-button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.content-wrapper .custom-button:before {
  border-radius: 5px;
}
.custom-button span.icon {
  padding-left: 10px;
  display: inline-flex;
}
.custom-button span.icon i {
  font-size: 30px;
  line-height: 42px;
  color: #ffffff;
}
.custom-button.border {
  border-radius: 10px;
  border: solid 1px #ffffff;
  background-color: transparent;
}
.side-subscribe-btn {
  margin-bottom: 20px;
}
.side-subscribe-btn a {
  width: 100%;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
  font-style: italic;
  position: relative;
  margin: 0 0 40px;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 70px;
  /*  border-left: 5px solid #14172F;*/
  display: inline-block;
}

blockquote p,
.quote-single p {
  margin: 0;
}

blockquote cite,
.quote-single cite {
  display: block;
  text-align: right;
  font-weight: 700;
  margin-top: 12px;
  font-style: normal;
}

.section3-content .content-row .content-col .inner-content.row h2,
.section3-content .content-row .content-col .inner-content.row h2 a {
  font-family: 'proxima-nova';
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #5961a9;
  text-transform: none;
  padding-right: 35px;
  letter-spacing: inherit;
}

.section3-content .content-row .content-col .inner-content.row p {
  font-size: 20px;
}

.section3-content .content-row .content-col .inner-content.row .Divorce-con {
  font-family: 'proxima-nova';
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #5961a9;
  margin-bottom: 23px;
  text-transform: none;
}

blockquote::before,
.quote-single::before {
  content: '\f10d';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 1%;
  left: 0;
  font-size: 1.5rem;
  opacity: 1;
  color: #5961a9;
  font-style: normal;
}

blockquote::after,
.quote-single::after {
  content: '\f10e';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  bottom: 1%;
  right: 3%;
  font-size: 1.5rem;
  opacity: 1;
  color: #5961a9;
  font-style: normal;
}

.custom-button.border:hover,
.custom-button.border:hover .icon i,
.custom-button.border:focus,
.custom-button.border:focus .icon i,
.custom-button.border:active,
.custom-button.border:active .icon i {
  color: #5961a9 !important;
}
.custom-button.border:hover:before,
.custom-button.border::before,
.custom-button.border:active:before {
  background: #ffffff;
  border-radius: 10px;
}
.ps219sw17 {
  color: blue;
}
/* Banner styling starts */
.banner-section .banner-wrapper {
  position: relative;
}
.loaded .banner-section .banner-wrapper .fire {
  position: absolute;
  top: 46%;
  left: 35%;
  z-index: 1;
}

/* @media screen and (min-width: 1025px) {
  .banner-section .banner-wrapper .home-banner-image {
    min-height: 1233px;
  }
} */

.loaded .fire {
  font-size: 18px;
  filter: blur(0.02em);
  -webkit-filter: blur(0.02em);
  margin: 0 auto 0 auto;
  position: relative;
  width: 9em;
  height: 5em;
}
.loaded .particle {
  /* animation: rise 2.3s ease-in infinite; */
  background-image: radial-gradient(#ea3618 20%, rgba(255, 80, 0, 0) 60%);
  border-radius: 50%;
  mix-blend-mode: screen;
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 2em;
  height: 2em;
}
.loaded .particle:nth-of-type(1) {
  animation-delay: 1.0089173273s;
  left: calc((100% - 5em) * 0);
}
.loaded .particle:nth-of-type(2) {
  animation-delay: 1.8762351653s;
  left: calc((100% - 5em) * 0.02);
}
.loaded .particle:nth-of-type(3) {
  animation-delay: 1.1038697895s;
  left: calc((100% - 5em) * 0.04);
}
.loaded .particle:nth-of-type(4) {
  animation-delay: 1.7580911442s;
  left: calc((100% - 5em) * 0.06);
}
.loaded .particle:nth-of-type(5) {
  animation-delay: 1.349143001s;
  left: calc((100% - 5em) * 0.08);
}
.loaded .particle:nth-of-type(6) {
  animation-delay: 1.4686802993s;
  left: calc((100% - 5em) * 0.1);
}
.loaded .particle:nth-of-type(7) {
  animation-delay: 1.6351045003s;
  left: calc((100% - 5em) * 0.12);
}
.loaded .particle:nth-of-type(8) {
  animation-delay: 1.8926389955s;
  left: calc((100% - 5em) * 0.14);
}
.loaded .particle:nth-of-type(9) {
  animation-delay: 1.2157222029s;
  left: calc((100% - 5em) * 0.16);
}
.loaded .particle:nth-of-type(10) {
  animation-delay: 1.806318036s;
  left: calc((100% - 5em) * 0.18);
}
.loaded .particle:nth-of-type(11) {
  animation-delay: 1.916720856s;
  left: calc((100% - 5em) * 0.2);
}
.loaded .particle:nth-of-type(12) {
  animation-delay: 1.4102229518s;
  left: calc((100% - 5em) * 0.22);
}
.loaded .particle:nth-of-type(13) {
  animation-delay: 1.8022218656s;
  left: calc((100% - 5em) * 0.24);
}
.loaded .particle:nth-of-type(14) {
  animation-delay: 1.1168628949s;
  left: calc((100% - 5em) * 0.26);
}
.loaded .particle:nth-of-type(15) {
  animation-delay: 1.8275346569s;
  left: calc((100% - 5em) * 0.28);
}
.loaded .particle:nth-of-type(16) {
  animation-delay: 1.7400244669s;
  left: calc((100% - 5em) * 0.3);
}
.loaded .particle:nth-of-type(17) {
  animation-delay: 1.7608243064s;
  left: calc((100% - 5em) * 0.32);
}
.loaded .particle:nth-of-type(18) {
  animation-delay: 1.5850688202s;
  left: calc((100% - 5em) * 0.34);
}
.loaded .particle:nth-of-type(19) {
  animation-delay: 1.3119620608s;
  left: calc((100% - 5em) * 0.36);
}
.loaded .particle:nth-of-type(20) {
  animation-delay: 1.8140175893s;
  left: calc((100% - 5em) * 0.38);
}
.loaded .particle:nth-of-type(21) {
  animation-delay: 1.8928689759s;
  left: calc((100% - 5em) * 0.4);
}
.loaded .particle:nth-of-type(22) {
  animation-delay: 1.2685612803s;
  left: calc((100% - 5em) * 0.42);
}
.loaded .particle:nth-of-type(23) {
  animation-delay: 1.333849168s;
  left: calc((100% - 5em) * 0.44);
}
.loaded .particle:nth-of-type(24) {
  animation-delay: 1.3555118053s;
  left: calc((100% - 5em) * 0.46);
}
.loaded .particle:nth-of-type(25) {
  animation-delay: 1.7390666074s;
  left: calc((100% - 5em) * 0.48);
}
.loaded .particle:nth-of-type(26) {
  animation-delay: 1.9017299661s;
  left: calc((100% - 5em) * 0.5);
}
.loaded .particle:nth-of-type(27) {
  animation-delay: 1.4498557004s;
  left: calc((100% - 5em) * 0.52);
}
.loaded .particle:nth-of-type(28) {
  animation-delay: 1.5691185782s;
  left: calc((100% - 5em) * 0.54);
}
.loaded .particle:nth-of-type(29) {
  animation-delay: 1.5032886467s;
  left: calc((100% - 5em) * 0.56);
}
.loaded .particle:nth-of-type(30) {
  animation-delay: 1.6116528912s;
  left: calc((100% - 5em) * 0.58);
}
.loaded .particle:nth-of-type(31) {
  animation-delay: 1.2485132341s;
  left: calc((100% - 5em) * 0.6);
}
.loaded .particle:nth-of-type(32) {
  animation-delay: 1.421005298s;
  left: calc((100% - 5em) * 0.62);
}
.loaded .particle:nth-of-type(33) {
  animation-delay: 1.4274915498s;
  left: calc((100% - 5em) * 0.64);
}
.loaded .particle:nth-of-type(34) {
  animation-delay: 1.3490430035s;
  left: calc((100% - 5em) * 0.66);
}
.loaded .particle:nth-of-type(35) {
  animation-delay: 1.8633273421s;
  left: calc((100% - 5em) * 0.68);
}
.loaded .particle:nth-of-type(36) {
  animation-delay: 1.2705862343s;
  left: calc((100% - 5em) * 0.7);
}
.loaded .particle:nth-of-type(37) {
  animation-delay: 1.018726772s;
  left: calc((100% - 5em) * 0.72);
}
.loaded .particle:nth-of-type(38) {
  animation-delay: 1.8538746316s;
  left: calc((100% - 5em) * 0.74);
}
.loaded .particle:nth-of-type(39) {
  animation-delay: 1.5190626166s;
  left: calc((100% - 5em) * 0.76);
}
.loaded .particle:nth-of-type(40) {
  animation-delay: 1.6319422837s;
  left: calc((100% - 5em) * 0.78);
}
.loaded .particle:nth-of-type(41) {
  animation-delay: 1.1553222881s;
  left: calc((100% - 5em) * 0.8);
}
.loaded .particle:nth-of-type(42) {
  animation-delay: 1.6757635046s;
  left: calc((100% - 5em) * 0.82);
}
.loaded .particle:nth-of-type(43) {
  animation-delay: 1.8887673414s;
  left: calc((100% - 5em) * 0.84);
}
.loaded .particle:nth-of-type(44) {
  animation-delay: 1.9276554243s;
  left: calc((100% - 5em) * 0.86);
}
.loaded .particle:nth-of-type(45) {
  animation-delay: 1.0535287878s;
  left: calc((100% - 5em) * 0.88);
}
.loaded .particle:nth-of-type(46) {
  animation-delay: 1.5818733434s;
  left: calc((100% - 5em) * 0.9);
}
.loaded .particle:nth-of-type(47) {
  animation-delay: 1.2218798022s;
  left: calc((100% - 5em) * 0.92);
}
.loaded .particle:nth-of-type(48) {
  animation-delay: 1.2895862318s;
  left: calc((100% - 5em) * 0.94);
}
.loaded .particle:nth-of-type(49) {
  animation-delay: 1.1454936074s;
  left: calc((100% - 5em) * 0.96);
}
.loaded .particle:nth-of-type(50) {
  animation-delay: 1.4146854808s;
  left: calc((100% - 5em) * 0.98);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(0) scale(1);
  }
  25% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-10em) scale(0);
  }
}
.banner-section .button-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
}
.award-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -45px;
}
.award-wrapper .award-image {
  padding: 0 12px;
}
.award-wrapper .award-image img.img-fluid {
  max-height: 115px;
}
/* Content styling starts */
.homepage h1.heading {
  text-shadow: 0px 10px 13px rgba(0, 0, 0, 0.07);
  font-size: 150px;
  font-weight: 700;
  line-height: 170px;
  letter-spacing: 28.5px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: 'proxima-nova';
}

.homepage div.heading {
  text-shadow: 0px 10px 13px rgba(0, 0, 0, 0.07);
  font-size: 150px;
  font-weight: 700;
  line-height: 170px;
  letter-spacing: 28.5px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: 'proxima-nova';
}

.homepage h2 {
  text-shadow: 0px 10px 13px rgba(0, 0, 0, 0.07);
  font-size: 233.3px;
  font-weight: 700;
  line-height: 240px;
  letter-spacing: 44.33px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'proxima-nova';
}
.homepage h3,
.strategic-left-first {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #585859;
  margin-bottom: 16px;
  font-family: 'proxima-nova';
}

.strategic-left-first {
  line-height: 1;
  letter-spacing: 1.4px;
}

.section3-content .prac-home {
  width: 100%;
}

.section3-content .content-row .content-col h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #585859;
  font-family: 'proxima-nova';
  letter-spacing: 1.4px;
  text-transform: none !important;
  position: relative;
}

.section3-content .center_small {
  margin-bottom: 40px;
}

.section3-content .accordion-item h2 {
  border-top: 3px solid #bec7da;
  padding: 18px 0 18px 5px;
  margin-bottom: 0px;
}

.section3-content .practice-inner-content .prac-home:last-child h2 {
  border-bottom: 3px solid #bec7da;
}

.section3-content .practice-inner-content .prac-home:last-child .active h2 {
  border-bottom: none;
}

.section3-content .accordion-item h2:after {
  content: '\f067';

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  right: 5px;

  font-family: 'Font Awesome 5 Pro';

  font-size: 20px;

  line-height: 30px;

  font-weight: 400;

  color: #5961a9;
}

.section3-content .accordion-item.active h2:after {
  content: '\f068';
}

.section3-content .accordion-item-content {
  margin-top: 15px;
  margin-left: 15px;
  background: none;
}

/* .section3-content ul a {
  font-style: italic;
} */

.homepage h4 {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  color: #585859;
  font-family: 'proxima-nova';
}
.homepage h5 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #585859;
  font-family: 'proxima-nova';
}
span.sub-heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #585859;
  display: inline-flex;
  font-family: 'proxima-nova';
}
span.title {
  font-size: 22px;
  font-weight: 700;
  color: #5961a9;
  line-height: 1.16;
  padding-bottom: 25px;
  display: inline-flex;
  font-family: 'proxima-nova';
}
.content-row.second .content-box h2 {
  font-size: 22px;
  font-weight: 700;
  color: #5961a9;
  line-height: 1.16;
  padding-bottom: 25px;
  display: inline-flex;
  font-family: 'proxima-nova';
}
h1.title {
  font-size: 24px;
  font-weight: 700;
  color: #5961a9;
  line-height: 1.26;
  padding-bottom: 25px;
  display: inline-flex;
  font-family: 'proxima-nova';
}

.content-row.second .content-box p .title {
  padding-bottom: 0;
}
.content-row.second .content-box h2 {
  padding-bottom: 0;
}
.fam-law-ser {
  font-weight: 600;
  text-decoration: underline;
  padding-left: 6px;
}

span.sub-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  color: #505050;
  display: inline-flex;
  font-family: 'proxima-nova';
}
section.section-wrapper {
  position: relative;
}
section#section1:after {
  background-color: #eeeff8;
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.section1.section-wrapper {
  padding-top: 50px;
  padding-bottom: 60px;
}
.section1-content {
  padding: 0 9%;
}

.section1-content .content-row {
  display: flex;
  flex-direction: row;
}
.section1-content .content-row.first .content-box {
  width: 54%;
  padding-top: 100px;
  padding-left: 145px;
  padding-right: 25px;
}
.section1-content .content-row.first .img-box {
  width: 50%;
  position: relative;
}
.section1-content .content-row.first .content-box p {
  margin-bottom: 25px;
}
.section1-content .content-row.second {
  padding-top: 70px;
}
.section1-content .content-row.second .img-box {
  width: 50%;
  padding-left: 10%;
}
.content-row.second .content-box {
  width: 50%;
  padding-top: 51px;
  padding-right: 9%;
}
.home .content-row.second .content-box {
  padding-top: 0;
}
.content-row.second .content-box p {
  margin-bottom: 23px;
}

@media screen and (max-width: 440px) {
  .homepage .section1-content div.heading {
    font-size: 41px;
    line-height: 46px;
    letter-spacing: 0.5rem;
  }
}

@media screen and (min-width: 1800px) {
  .section1-content .content-row.first .content-box {
    padding-top: 100px;
  }
}
/* Section2 styling starts */
/* section#section2:after, section#section3:after {
  background-color: #F3F3F8;
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */
section.section2.section-wrapper {
  padding-bottom: 60px;
}
section.section2.section-wrapper h2.heading.center {
  position: absolute;
  width: 100%;
  top: 68px;
  z-index: 1;
}
section.section2.section-wrapper div.heading.center {
  position: absolute;
  width: 100%;
  top: 45px;
  z-index: 1;
}
.section2-row {
  display: flex;
  flex-direction: row;
}
.section2-row .left-box {
  width: 37%;
}
.section2-row .left-box img {
  max-width: 100%;
  height: 1100px;
  object-fit: cover;
  will-change: clip-path, transform;
  opacity: 0;
}
section.section2.active .section2-row .left-box img {
  -webkit-animation: reveal-from-left 800ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  animation: reveal-from-left 800ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
}
@-webkit-keyframes reveal-from-left {
  from {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes reveal-from-left {
  from {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.section2-row .right-box {
  padding-top: 14.3%;
  width: 48%;
}
.benefit-wrapper.row {
  padding-top: 40px;
  padding-left: 62px;
  padding-right: 80px;
}
.benefit-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.benefit-image {
  width: 106px;
  height: 106px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.benefit-content {
  padding-top: 26px;
  padding-bottom: 6px;
}
/* Section2 slider styling starts */
.victories-wrapper {
  padding-top: 40px;
}
.victories-slider {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  padding: 38px 55px 50px 55px;
}
.victories-slider-item .content span.sub-text {
  padding-bottom: 32px;
}
.victories-slider-item .content p,
.bio-victories-slider-item .content p {
  font-size: 18px;
  /* line-height: 1.55; */
  color: #505050;
  margin-bottom: 24px;
}
.victories-slider ul.slick-dots,
.bio-victories-slider ul.slick-dots {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.victories-slider ul.slick-dots li,
.bio-victories-slider ul.slick-dots li {
  margin: 0 9px;
}
.victories-slider ul.slick-dots li.slick-active button,
.victories-slider ul.slick-dots li.slick-active button,
.bio-victories-slider ul.slick-dots li.slick-active button,
.bio-victories-slider ul.slick-dots li.slick-active button {
  background: #5961a9;
}
.victories-slider ul.slick-dots li button,
.bio-victories-slider ul.slick-dots li button {
  width: 14px;
  height: 14px;
  background: #b7b9c9;
  border-radius: 50%;
  font-size: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.victories-slider ul.slick-dots li button:focus,
.victories-slider ul.slick-dots li button:active,
.bio-victories-slider ul.slick-dots li button:focus,
.bio-victories-slider ul.slick-dots li button:active {
  outline: 0;
}
/* Section3 styling starts */
section.section3.section-wrapper {
  padding-bottom: 60px;
}
.section3-content .content-row {
  display: flex;
  flex-direction: row;
}

.content-row.practice-content-row {
  padding-top: 10px;
}

.section3-content .content-row.practice-content-row {
  padding: 0;
}

.content-row.practice-content-row .content-col.practice-content-col {
  width: 100%;
}

section.section3 .section3-content img {
  max-width: 150px;
}

section.section3 .section3-content .img-col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  section.section3 .section3-content img {
    max-width: 200px;
  }
}

@media screen and (min-width: 1025px) {
  section.section3 .section3-content img {
    max-width: none;
    max-height: 500px;
  }

  section.section3 .section3-content .img-col {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .content-row.practice-content-row .content-col.practice-content-col .inner-col.prac-home:nth-child(odd) {
    /* padding-right: 65px; */
    padding-left: 0;
    padding-right: 0;
  }

  .content-row.practice-content-row .content-col.practice-content-col .inner-col.prac-home:nth-child(even) {
    /* padding-left: 65px; */
    padding-right: 0;
  }
}

.section3-content .content-row.practice-content-row .content-col.practice-content-col .inner-content.row.practice-inner-content .inner-col.prac-home ul li {
  width: 100%;
}

.section3-content .content-row .img-col,
.section3-content .content-row .content-col {
  width: 50%;
}
.section3-content .content-row.accordions > .content-col {
  max-width: 750px;
}

@media screen and (min-width: 1025px) {
  .section3-content .content-row.accordions > .content-col {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .section3-content .content-row.accordions > .content-col {
    padding-right: 0px;
  }
}

@media screen and (min-width: 1280px) {
  .section3-content .content-row.accordions > .content-col {
    max-width: 42%;
  }
}

@media screen and (min-width: 1600px) {
  .section3-content .content-row.accordions > .content-col {
    max-width: 36%;
  }
}

.section3-content .content-row .img-col {
  padding-left: 13%;
}
/* .section3-content .content-row .content-col {
  padding-top: 25px;
} */
.section3-content .content-row .content-col .inner-content.row {
  margin-left: 0;
}
.section3-content .content-row .content-col .inner-content h5 {
  margin-bottom: 18px;
  font-size: 26px;
}
.section3-content .inner-content p {
  margin-bottom: 20px;
}

.section3-content .inner-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  margin-left: 15px;
}
.section3-content .inner-content ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #5961a9;
  position: relative;
  padding-left: 20px;
  font-family: 'proxima-nova';
  margin-bottom: 8px;
  vertical-align: top;
}
.section3-content .inner-content ul li::before {
  content: '\f0da';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 1.2rem;
  color: #5961a9;
  left: 0;
  top: 8px;
  transform: translateY(-50%);
}
/* Section4 styling starts */
section#section4:after {
  background-color: #d8d8d8;
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section4-content {
  position: relative;
  z-index: 2;
}
section.section4.section-wrapper {
  padding-top: 58px;
}
.section4-content h2.heading {
  letter-spacing: 5.83px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.section4-content div.heading {
  letter-spacing: 5.83px;
  width: 100%;
  z-index: -1;
  /* font-size: 160px; */
  line-height: 200px;
  margin-bottom: 0;
}

.section4-content img.img-fluid {
  padding-top: 0;
}
.section4-inner-content {
  position: relative;
  z-index: 2;
}
.section4-inner-content .text {
  max-width: 700px;
  margin: 0 auto;
  margin-top: -58px;
  padding: 0 30px;
}
.section4-inner-content .center {
  margin-top: 25px;
  /* margin-bottom: 55px; */
  line-height: normal;
}

.section4-inner-content:before {
  /*     background-image: url(../images/homepage/section4-bg.png); */
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
}

@media screen and (max-width: 430px) {
  .section4 .section4-content div.heading {
    font-size: 37px;
  }
}

@media screen and (max-width: 640px) {
  .section4 .section4-content div.heading {
    /* font-size: 46px; */
    line-height: 50px;
    /* max-width: 300px; */
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .section4-inner-content .text {
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .section4-content div.heading {
    position: absolute;
  }
}

@media screen and (min-width: 1150px) {
  .section4-content img.img-fluid {
    /* padding-top: 20px; */
    padding-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .section4-content img.img-fluid {
    padding-top: 0;
  }
}

.consultation-content {
  background-color: #ffffff;
  padding: 60px 106px 26px 106px;
  margin-top: 80px;
  margin-bottom: 75px;
  width: 90%;
}
.consultation-content p .title {
  padding-bottom: 0;
}
.consultation-content p {
  font-size: 18px;
  line-height: 25px;
  color: #505050;
}
.lawyer-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 17% 64px;
}
.lawyer-wrapper .lawyer-details {
  padding: 33px 27px 4px 16px;
}
.lawyer-wrapper .lawyer-details .lawyer-image {
  text-align: center;
}
.lawyer-wrapper .lawyer-image img {
  width: 171px;
  height: 171px;
  object-fit: cover;
  margin: 0 auto;
}
.lawyer-wrapper .lawyer-info {
  display: flex;
  flex-direction: column;
  padding-top: 14px;
  width: 171px;
}
.lawyer-wrapper .lawyer-info span {
  display: inline-flex;
  justify-content: center;
}
.lawyer-wrapper .lawyer-info .name {
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  color: #5961a9;
  padding-bottom: 6px;
  font-family: 'proxima-nova';
  text-align: center;
  max-width: 180px;
  margin: 0 auto;
}
.lawyer-wrapper .lawyer-info .designation {
  font-size: 18px;
  line-height: 1;
  color: #505050;
  font-family: 'proxima-nova';
  text-align: center;
}
.lawyer-wrapper .lawyer-info .charges,
.lawyer-wrapper .lawyer-info .email {
  font-size: 16px;
  line-height: 1.2;
  color: #505050;
  font-family: 'proxima-nova';
}
.lawyer-wrapper .lawyer-info .charges {
  padding-top: 16px;
}
.lawyer-wrapper .lawyer-info .email a {
  color: #5961a9;
  text-decoration: underline;
}
/* Section5 styling starts */
section#section5:after {
  background-color: #e2e2e7;
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* section.section5.section-wrapper {
  padding-bottom: 158px;
} */
section.section5.section-wrapper {
  padding-bottom: 84px;
}
.section5-content {
  position: relative;
  z-index: 2;
}
.section5-content a.custom-button {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
  padding: 16px 26px;
}
.section5-content a.custom-button span.icon {
  padding-right: 18px;
}

@media screen and (max-width: 575px) {
  .section5-content a.custom-button span.icon {
    padding: 0;
  }
}
/* Section6 styling starts */
section#section6:after {
  background-color: #5961a9;
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section6-content {
  position: relative;
  z-index: 2;
  padding: 84px 15% 84px 15%;
}
.client-feedback h4 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.star-ratings {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 25px;
}
.star-ratings:before,
.star-ratings:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #ffffff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.8s;
}
.client-feedback.active .star-ratings:before,
.client-feedback.active .star-ratings:after {
  width: 36%;
}
.star-ratings:after {
  right: 0;
  left: auto;
}
.client-feedback .star-ratings .icon {
  padding: 0 10px;
}
.client-feedback .star-ratings .icon i {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #eddb00;
}
.client-feedback .feedback-content {
  padding: 0 8%;
}
.feedback-content p {
  /* font-size: 20px; */
  /* line-height: 1.6; */
  color: #ffffff;
}
.feedback-content span.client {
  font-size: 17px;
  line-height: 1.79;
  letter-spacing: 3.23px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'proxima-nova';
  font-weight: 600;
}
.section6-content .button-wrapper {
  padding-top: 63px;
}
.section6-content .button-wrapper .custom-button.border {
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
  color: #ffffff;
  padding: 4px 36px;
}
.section6-content .button-wrapper .custom-button.border span.icon {
  padding-left: 15px;
  display: inline-flex;
}
.section6-content .button-wrapper a.custom-button.border i {
  font-size: 20px;
}
/* Section7 styling starts */
.homepage section#section7:after {
  background-color: #e5e6eb;
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section#section7 {
  background-color: #e5e6eb;
}
section.section7.section-wrapper {
  padding-top: 40px;
  /* padding-bottom: 60px; */
}
.section7-content {
  position: relative;
  z-index: 2;
}
.section7-content .heading {
  font-weight: 700;
  font-size: 34px;
  line-height: 100px;
  letter-spacing: 19.76px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'proxima-nova';
  text-shadow: 0px 10px 13px rgba(0, 0, 0, 0.07);
}
@media screen and (min-width: 500px) {
  .section7-content .heading {
    font-size: 64px;
  }
}
@media screen and (min-width: 640px) {
  .section7-content .heading {
    font-size: 70px;
    line-height: 100px;
    letter-spacing: 38.76px;
  }
}
@media screen and (min-width: 900px) {
  .section7-content .heading {
    font-size: 125px;
    line-height: 204px;
  }
}
@media screen and (min-width: 1280px) {
  .section7-content .heading {
    font-size: 204px;
  }
}
.contact-details {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contact-details .contact-info {
  padding: 0 40px;
}

.contact-details .contact-info span {
  width: 84px;
  height: 84px;
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 16px;
}
.contact-details .contact-info span i {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #5961a9;
}
.contact-info a {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  color: #5961a9;
  font-family: 'proxima-nova';
}
.contact-info a:hover,
.contact-info a:focus,
.contact-info a:active {
  color: #585859;
  transition: all 0.5s ease;
}
/* Section8 styling starts */
section#section8:after {
  background-color: #ffffff;
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

footer section#section8:after {
  display: none;
}

section.section8.section-wrapper {
  padding-top: 54px;
  padding-bottom: 50px;
  /* background-color: #5961a9; */
  background-color: #fff;
  width: 100%;
}
.section8-content {
  position: relative;
  z-index: 2;
}
footer .section8-content {
  max-width: 100%;
}
.section8-content h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #fff;
  font-family: 'proxima-nova';
}

.section8-content h3 {
  margin-bottom: 0;
}
.featured-slider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 2% 0 2%;
}
.featured-img {
  padding: 20px 20px;
}
/* Footer styling starts */
footer {
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: #e5e6eb;
}
.top-footer,
.middle-footer {
  border-bottom: 3px solid #bec7da;
}
.top-footer {
  padding-bottom: 17px;
  padding-right: 15%;
  font-size: 14px;
}
.middle-footer {
  padding-top: 30px;
  padding-bottom: 17px;
}
.bottom-footer {
  padding-top: 42px;
  padding-bottom: 28px;
}
.top-footer p {
  font-size: 16px;
  line-height: 1.19;
  color: #222222;
}
.footer-title,
.footer-title a {
  font-family: 'proxima-nova';
  font-weight: 700;
  color: #5961a9;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 6px;
}
.footer-text ul {
  padding-left: 0px;
  list-style-type: none;
}
.footer-text ul li {
  padding-left: 15px;
  position: relative;
  line-height: 1.4;
}
.footer-text ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background-color: #585859;
  border-radius: 50%;
  color: #585859;
  transform: translateY(-50%);
}
.footer-text li a {
  font-size: 16px;
  line-height: 1.4;
  color: #585859;
  font-family: 'proxima-nova';
  font-weight: 400;
}
.footer-wrapper .search-input {
  position: relative;
  min-width: 200px;
  padding: 7px 0;
}
.footer-wrapper .search-input input {
  background: #ffffff;
  border: 0 none;
  height: 35px;
  padding: 5px;
}
.footer-wrapper .header-search-form {
  background: #fff !important;
}
.footer-wrapper .search-input input:focus {
  outline: 0;
}
.footer-wrapper .search-input button {
  width: 35px;
  height: 35px;
  background-color: #5961a9;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0;
  border-radius: 0;
  position: absolute;
  top: 7px;
  right: 0;
}
.footer-wrapper .social-media ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
}
.footer-wrapper .social-media ul li {
  padding-right: 18px;
}
.footer-wrapper .social-media ul li a {
  font-size: 24px;
  line-height: 1.42;
  letter-spacing: 9.6px;
  color: #5961a9;
  transition: all 0.5s;
}
.footer-wrapper .social-media ul li a:hover,
.footer-wrapper .social-media ul li a:focus,
.footer-wrapper .social-media ul li a:active {
  transition: all 0.5s;
  color: #585859;
}
/* .footer-wrapper .sitemap {
  padding-top: 26px;
} */
.footer-wrapper .social-media {
  padding-top: 10px;
  padding-bottom: 40px;
}
.bottom-footer {
  display: flex;
  /* flex-direction: row; */
  flex-direction: column-reverse;
  grid-gap: 30px 0;
  gap: 30px 0;
}
.office-address {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-gap: 10px 50px;
  gap: 10px 50px;
}
.office-address .address p {
  font-size: 16px;
  line-height: 1.5;
  color: #585859;
}
.office-address .address {
  padding-right: 88px;
}
.footer-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  text-align: center;
}
.bottom-footer .footer.logo {
  /* margin-left: auto; */
  padding-left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-footer .footer.logo img.img-fluid {
  /* margin-right: auto; */
  height: 70px;
}

@media screen and (max-width: 640px) {
  .bottom-footer .footer.logo img.img-fluid {
    margin: 0 auto;
  }

  .office-address {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .search-footer {
    padding: 18px 18px 18px 15px;
  }
}
.bottom-footer .footer.logo a img {
  width: 230px;
  height: auto;
}
/* .bottom-footer .footer.logo span.logo-text {
  font-size: 17px;
  line-height: 2;
  letter-spacing: -0.17px;
  color: #5961a9;
  padding-top: 5px;
} */
.bottom-text p,
.bottom-text a {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.43;
  text-align: center;
  color: #5961a9;
  margin-bottom: 0;
}
.bottom-text a:hover,
.bottom-text a:focus,
.bottom-text a:active {
  color: #585859;
  transition: all 0.5s;
  text-decoration: underline;
}
/* Blog listing page starts */
.main.blog-wrapper {
  padding-top: 232px;
}
.latest-blog-wrapper h1.page-heading {
  text-transform: uppercase;
}
.latest-blog,
.stay-connected,
.latest-blog-details .social-media {
  display: flex;
  flex-direction: row;
}
.latest-blog {
  margin-top: 60px;
  position: relative;
}
.latest-blog .content-box {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 40%;
  bottom: 8px;
}
.latest-blog .content-box .latest-blog-details {
  border-radius: 3px;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  padding: 50px 60px 40px 70px;
}
.latest-blog .blog-img {
  width: 68%;
  margin-left: auto;
}
.latest-blog .blog-img img {
  height: 478px;
  width: 100%;
  object-fit: cover;
}
.blog-box .social-media,
.blog-box .social-media ul,
.latest-blog-details .social-media ul {
  display: flex;
}
.blog-box .social-media {
  border-top: 1px solid #aaaaaa;
  margin-top: 10px;
  padding-top: 19px;
}
.blog-box .social-media span,
.latest-blog-details .social-media span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #aaaaaa;
  font-family: 'proxima-nova';
  padding-right: 14px;
}
.blog-box .social-media ul,
.latest-blog-details .social-media ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blog-box .social-media ul li a,
.latest-blog-details .social-media ul li a {
  font-size: 14px;
  line-height: 1.71;
  color: #aaaaaa;
  font-family: 'proxima-nova';
  transition: all 0.5s;
}
.blog-box .social-media ul li a:hover,
.latest-blog-details .social-media ul li a:hover {
  color: #5961a9;
  transition: all 0.5s;
}
.blog-box .social-media ul li,
.latest-blog-details .social-media ul li {
  padding: 0 8px;
}
.latest-blog-details span.date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 1.4px;
  color: #585859;
  padding-bottom: 12px;
  display: flex;
}
.latest-blog-details .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.64px;
  color: #5961a9;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest-blog .stay-connected {
  border-radius: 3px;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
  background-color: #5961a9;
  align-items: center;
  justify-content: center;
  padding: 15px 15px 15px 15px;
  display: inline-flex;
  margin-top: 20px;
}
.latest-blog .stay-connected span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.56;
  color: #ffffff;
  padding-right: 10px;
}
.stay-connected .custom-button.border {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 7px 15px;
}
.stay-connected .custom-button.border:hover:before,
.stay-connected .custom-button.border::before,
.stay-connected .custom-button.border:active:before {
  border-radius: 0;
}
.blog-section {
  padding-top: 62px;
  padding-bottom: 150px;
}
.blog-listing {
  margin: 0 5%;
}
.blog-listing .row {
  margin-right: -25.7px;
  margin-left: -25.7px;
}
.blog-listing .row .col-xl-4.col-lg-4.col-md-6.col-sm-6.col-12 {
  padding-right: 27.5px;
  padding-left: 27.5px;
}
.blog-box {
  padding-bottom: 43px;
}
.blog-box .blog-image {
  overflow: hidden;
}
.blog-box .blog-image img {
  height: 272px;
  width: 100%;
  object-fit: cover;
}
.blog-box .blog-details {
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  padding: 34px 57px 40px 57px;
  /* background-image: url(../images/YLAW-blog-logo.png); */
  background-repeat: no-repeat;
  background-position: center 45%;
}
.blog-box .blog-details .blog-intro {
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 3; */
  /* -webkit-box-orient: vertical; */
  /* overflow: hidden; */
  margin-bottom: 8px;
  min-height: 125px;
}
.blog-box .blog-details span.date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #888;
  padding-bottom: 10px;
  display: flex;
}
.blog-box .blog-details h3.blog-tile {
  color: #5961a9;
  font-size: 24px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
  letter-spacing: normal;
  min-height: 54px;
}
.blog-box .blog-details .blog-intro p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.29;
  color: #585859;
  margin-bottom: 15px;
}
.blog-box .blog-details .blog-link a {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.12;
  color: #5961a9;
  display: inline-flex;
  transition: all 0.5s ease;
}
.blog-box .blog-details .blog-link a:hover,
.blog-box .blog-details .blog-link a:focus,
.blog-box .blog-details .blog-link a:active,
.blog-link a:hover span i,
.blog-link a:focus span i,
.blog-link a:active span i {
  color: #585859;
  transition: all 0.5s ease;
}
.blog-link span {
  padding-left: 5px;
  transition: all 0.5s ease;
}
.blog-link a:hover span,
.blog-link a:focus span,
.blog-link a:active span {
  padding-left: 10px;
  transition: all 0.5s ease;
}
.blog-link span i {
  font-size: 19px;
  line-height: 1.79;
  color: #5961a9;
  transition: all 0.5s ease;
}
.post-head h1 {
  font-size: 35px;
  letter-spacing: 2px;
  color: #585859;
  margin-bottom: 20px;
  line-height: 1;
}

.post-body h2 {
  font-size: 30px;
  line-height: 1.2;
  text-transform: none;
}
.post-body h3 {
  font-size: 26px;
  line-height: 1.2;
  text-transform: none;
}
.post-body {
  padding-top: 20px;
}

.post-body .h5,
.post-body h5 {
  font-size: 1.25rem;
  font-weight: 600;
}

section.content .content-wrapper .content-inner .post img {
  max-width: 570px;
  height: auto;
}

/* Pagination styling starts */
.pagination {
  padding-top: 25px;
}
.pagination .page-item {
  padding: 5px 8px;
}
.pagination .page-item a.page-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #585859;
  text-transform: uppercase;
  padding: 5px 8px;
  border: 0;
  min-width: 34px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s;
}
.pagination .page-item.active .page-link,
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
  background-color: #5961a9;
  color: #ffffff;
  transition: all 0.5s;
}
.pagination .page-item.button .page-link:hover,
.pagination .page-item.button .page-link:hover i,
.pagination .page-item.button .page-link:focus,
.pagination .page-item.button .page-link:focus i {
  color: #ffffff;
}
.pagination .page-item:focus {
  outline: 0;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item.button .page-link {
  border-radius: 0;
  color: #5961a9;
  letter-spacing: 0.9px;
  display: flex;
  align-items: center;
  line-height: 20px;
  padding: 7px 10px;
}
.pagination .page-item.button .page-link i {
  padding: 0 5px;
}
.pagination .page-item.disabled {
  opacity: 0.7;
}

/*----- Bio page styling starts -----*/
main.bio-wrapper {
  padding-top: 12%;
}
.bio-main-wrapper {
  margin-top: 6px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* height: 1140px; */
  position: relative;
}
.bio-main-wrapper .nav-item .nav-link img {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: transform 0.4s;
  transform: scale(1);
  filter: gray;
}
.bio-main-wrapper .nav-item:hover .nav-link img,
.bio-main-wrapper .nav-item.active .nav-link img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: transform 0.4s;
  transform: scale(1.04);
  filter: none;
}
.bio-main-wrapper .nav-item .nav-link.active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* .bio-page-wrapper.content-page-wrapper {
  background-position: 50% 7%;
} */
.bio-main-wrapper .nav-tabs .nav-item.show .nav-link,
.bio-main-wrapper .nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
}
.bio-main-wrapper .nav-tabs {
  justify-content: center;
  border: none;
  flex-wrap: nowrap;
  display: flex;
  position: relative;
  width: 100%;
  height: 1240px;
}
.bio-main-wrapper .nav-tabs .nav-item {
  /* position: absolute; */
  display: inline-flex;
}
.bio-main-wrapper .nav-tabs .nav-item a.nav-link {
  padding: 0;
  border: 0;
  display: block;
  position: absolute;
}
.bio-main-wrapper .nav-tabs .nav-item.active {
  z-index: 12 !important;
}
.nav-tabs .nav-item .tab-pane {
  display: none;
}
.nav-tabs .nav-item.active .tab-pane {
  display: block;
}
.bio-main-wrapper .nav-tabs .nav-link:focus,
.bio-main-wrapper .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.bio-content-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 100px 0 70px;
}
.bio-content-wrapper h1 {
  font-size: 60px;
  line-height: 70px;
  /*  text-transform: uppercase; */
  text-align: center;
}
.bio-content-wrapper .bio-content p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}
/*-----BIO Tab Content-----*/
.bio-tab-content-wrapper {
  box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px rgba(0, 0, 0, 0);
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  display: flex;
}
.bio-tab-content-wrapper:before {
  content: '';
  width: 60px;
  height: 30px;
  border-bottom: solid 30px #fff;
  border-left: solid 30px transparent;
  border-right: solid 30px transparent;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  position: absolute;
  z-index: 99;
}
.bio-tab-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 30px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
.bio-tab-left img {
  width: 100%;
  max-width: 466px;
  height: auto;
}
.bio-main-wrapper .nav-tabs .nav-item > .tab-pane {
  position: absolute;
  z-index: 10;
  top: 48%;
  width: 1265px;
  left: 50%;
  transform: translateX(-50%);
}
.bio-main-wrapper .nav-tabs .nav-item:nth-child(1) .tab-pane .bio-tab-content-wrapper:before {
  left: 5%;
  transform: initial;
}
.bio-main-wrapper .nav-tabs .nav-item:nth-child(2) .tab-pane .bio-tab-content-wrapper:before {
  left: 32%;
  transform: initial;
}
.bio-main-wrapper .nav-tabs .nav-item:nth-child(4) .tab-pane .bio-tab-content-wrapper:before {
  left: 49%;
  transform: initial;
}
.bio-main-wrapper .nav-tabs .nav-item:nth-child(6) .tab-pane .bio-tab-content-wrapper:before {
  left: 68%;
  transform: initial;
}
.bio-main-wrapper .nav-tabs .nav-item:nth-child(7) .tab-pane .bio-tab-content-wrapper:before {
  left: 80%;
  transform: initial;
}
.bio-main-wrapper .nav-tabs .nav-item:nth-child(10) .tab-pane .bio-tab-content-wrapper:before {
  left: 15%;
  transform: initial;
}
.bio-main-wrapper .nav-tabs .nav-item:nth-child(9) .tab-pane .bio-tab-content-wrapper:before {
  left: 38%;
  transform: initial;
}

.bio-main-wrapper .nav-tabs .nav-item:nth-child(12) .tab-pane .bio-tab-content-wrapper:before {
  right: 6%;
  left: auto;
  transform: initial;
}

.bio-main-wrapper .nav-tabs .nav-item:nth-child(13) .tab-pane .bio-tab-content-wrapper:before {
  right: 1%;
  left: auto;
  transform: initial;
}

.bio-main-wrapper .nav-tabs .nav-item:nth-child(5) .tab-pane .bio-tab-content-wrapper:before {
  right: 22%;
  left: auto;
  transform: initial;
}

.bio-main-wrapper .nav-tabs .nav-item:nth-child(8) .tab-pane,
.bio-main-wrapper .nav-tabs .nav-item:nth-child(9) .tab-pane,
.bio-main-wrapper .nav-tabs .nav-item:nth-child(10) .tab-pane,
.bio-main-wrapper .nav-tabs .nav-item:nth-child(12) .tab-pane,
.bio-main-wrapper .nav-tabs .nav-item:nth-child(5) .tab-pane {
  top: 24%;
}

.bio-main-wrapper .nav-tabs .nav-item:nth-child(13) .tab-pane {
  top: 32%;
}

.bio-tab-left {
  min-width: 466px;
  margin: 0 5%;
}
.bio-tab-right {
  margin-right: 8%;
  padding-top: 45px;
}
.bio-tab-title,
.bio-tab-title a {
  font-family: 'proxima-nova';
  font-size: 36px;
  font-weight: 700;
  line-height: 0.78;
  color: #5961a9;
  text-decoration: none;
  text-transform: uppercase;
}
.bio-tab-title a {
  padding-bottom: 20px;
  display: block;
}
.bio-tab-content {
  font-family: 'proxima-nova';
  font-size: 18px;
  font-weight: 700;
  line-height: 1.56;
  color: #222222;
}
.bio-tab-content ul {
  margin: 0px 0 0px 0;
  padding-left: 0;
}
.bio-tab-content ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #222222;
  position: relative;
  padding-left: 25px;
  font-family: 'proxima-nova';
  padding-bottom: 25px;
  list-style: none;
}
.bio-tab-content ul li::before {
  content: '\f0da';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 1.4rem;
  color: #5961a9;
  left: 4px;
  top: 10px;
  transform: translateY(-50%);
}

.bio-tab-content li::marker {
  display: none !important;
}

.bio-tab-cta a {
  border-radius: 10px;
  border: solid 1px #ffffff;
  background-color: #5961a9;
  font-family: 'proxima-nova';
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
  color: #ffffff;
  padding: 7px 20px;
  text-decoration: none;
}
.bio-tab-cta .custom-button span.icon i {
  font-size: 20px;
  line-height: 35px;
}
.bio-tab-cta a:before {
  border-radius: 10px;
}
.bio-content-banner img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/*-----Content Page stying starts-----*/
.prac-acc-link {
  cursor: pointer;
}
.content-page-wrapper {
  background-image: url(../images/bg-pattern-2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
main.content-page {
  padding-top: 144px;
}
.content-page .banner-content {
  display: flex;
  flex-direction: row;
  position: relative;
}
.content-page .banner-content .banner-img {
  width: 60%;
  margin-left: auto;
}
.content-page .banner-content .content-box {
  position: absolute;
  left: 14.5%;
  z-index: 1;
  width: 60%;
  top: 30%;
  padding-right: 7%;
}
.main.content-page.community-main #content-page .banner-content .content-box {
  top: 15%;
}

.content-page .banner-content .content-box h1 {
  /* text-transform: capitalize; */
  font-weight: 700;
  font-size: 40px;
}

@media screen and (min-width: 640px) {
  .content-page .banner-content .content-box h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .content-page .banner-content .content-box h1 {
    font-size: 80px;
  }
}
.content-page .banner-content .content-box .subheading {
  padding-right: 20%;
  padding-top: 5px;
}
.content-page .banner-content .banner-img img.img-fluid {
  height: 497px;
  width: 100%;
  object-fit: cover;
  -webkit-animation: reveal-from-left 1600ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  animation: reveal-from-left 1600ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
}

.content-page .banner.reduced .banner-content .banner-img img.img-fluid {
  height: 370px;
}
@media (max-width: 1280px) {
  .content-page .banner.reduced .banner-content .banner-img img.img-fluid {
    height: 367px;
  }
}
@media (max-width: 767px) {
  .content-page .banner.reduced .banner-content .banner-img img.img-fluid {
    height: 320px;
  }
}
@media (max-width: 575px) {
  .content-page .banner.reduced .banner-content .banner-img img.img-fluid {
    height: 240px;
  }
}

section.content .content-wrapper {
  padding-top: 70px;
  padding-bottom: 80px;
  margin: 0 7%;
}
.content-wrapper .intro-text {
  padding-top: 15px;
}

section.content .content-wrapper.awar-press {
  margin: 0 4%;
}

section.content .content-wrapper.awar-press .awards-image {
  margin-bottom: 40px;
}

section.content .content-wrapper.awar-press .def-con {
  margin-bottom: 40px;
}

section.content .content-wrapper.awar-press .awards-info .awards-title {
  font-size: 28px;
  line-height: normal;
  margin-bottom: 20px;
}
section.content .content-wrapper.awar-press .awards-details {
  margin-bottom: 40px;
  border-bottom: 1px solid #b3b8e8;
  padding-bottom: 30px;
}

section.content .content-wrapper.awar-press .awards-image img {
  max-width: 600px;
  box-shadow: 0 0 10px #ddd;
  border: 2px solid #fff;
}
.section2-row .right-box h3 {
  line-height: 1;
}
.section1-content .content-row.second ul,
.section1-content .content-row.first ul {
  column-count: 2;
}
.section1-content .content-row.second ul li,
.section1-content .content-row.first ul li {
  margin: 0px 0;
}

.section1-content .content-row.second ul {
  margin-bottom: 20px;
  display: inline-block;
}
section.content .content-wrapper.awar-press .wp-pagenavi {
  padding-top: 10px;
}
section.content .content-wrapper.awar-press .awards-info .awards-desc a {
  font-weight: 600;
}

section.content .content-wrapper .content-inner {
  padding-right: 7%;
}

.victories-content-main {
  border-bottom: 1px solid #5961a9;
  margin-bottom: 30px;
}
.blog-list-image.column.medium-4 {
  height: auto !important;
}
.blog-list-image.column.medium-4 img {
  margin-bottom: 22px;
}

.blog-list-text.column.medium-8.award-txt {
  height: auto !important;
}

.row.blog-list-item.list-item-simple {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.content-wrapper .small-heading {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.48px;
  color: #000000;
  display: flex;
}
.content-wrapper .blog-box .social-media ul li:before,
.content-wrapper .pagination .page-item:before {
  content: none;
}
input:focus ~ label,
textarea:focus ~ label,
input.active ~ label,
textarea.active ~ label,
select.active ~ label {
  padding-left: 0;
  line-height: 0;
  top: -15px;
  font-size: 0.7rem;
}
.header-wrapper.menu-open .main-nav nav.nav ul li:last-child {
  border: none;
}
/*-----Content Page Side navigation styling starts-----*/
section.content .side-navigation {
  margin-left: 15%;
}
.side-navigation .white-bg {
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  padding: 40px 36px 35px 46px;
}
.side-navigation .consultation-box {
  border: 3px solid #5961a9;
  padding: 40px 10px 37px 10px;
  position: relative;
  margin-bottom: 19px;
}
.side-navigation .consultation-box .consultation-text {
  padding: 0 20px;
}
.side-navigation .consultation-box .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 0.94;
  color: #5961a9;
  font-family: 'proxima-nova';
  padding-bottom: 10px;
}
.side-navigation .consultation-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5rem;
  color: #222222;
  margin-bottom: 24px;
}
.side-navigation .consultation-box .contact-number a {
  font-size: 36px;
  font-weight: 700;
  line-height: 0.78;
  color: #585859;
}
.side-navigation .consultation-box .case {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: 0.84px;
  text-transform: capitalize;
  color: #5961a9;
  position: absolute;
  bottom: -17px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
}

@media screen and (min-width: 992px) {
  .side-navigation .consultation-box .case {
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .side-navigation .consultation-box .case {
    font-size: 13px;
  }
}

@media screen and (min-width: 1280px) {
  .side-navigation .consultation-box .case {
    font-size: 14px;
  }
}

section.content .side-navigation .contact-form {
  padding: 5px 5px;
}
.contact-form .input-wrapper {
  position: relative;
  margin: 5px 0 5px 0;
}
.contact-form .input-wrapper p {
  margin-bottom: 5px;
}
.contact-form.payment-form {
  background-color: #e9eaf7;
  padding: 20px 30px;
}
.contact-form .input-wrapper input {
  display: flex;
  width: 100% !important;
  height: 25px;
  border-width: 0 0 1px 0;
  border-color: #4d4d4d;
  font-family: 'proxima-nova';
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.13px;
  color: #3d3d3d;
  height: 32px !important;
}

.contact-top-right .contact-form .input-wrapper input,
.side-navigation .contact-form .input-wrapper input {
  border-bottom: 1px solid #4d4d4d !important;
  height: 32px !important;
  border-radius: 0 !important;
}
/* .contact-form .input-wrapper input:focus {
  outline: none;
} */
.contact-form .input-wrapper label {
  position: relative;
  left: 0;
  top: 5px;
  margin-bottom: 0 !important;
  font-family: 'proxima-nova';
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #3d3d3d;
  cursor: text;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
p.error-text {
  color: red;
  margin: 0;
  font-size: 0.7rem;
  -webkit-animation: fadeIn 0.125s both;
  animation: fadeIn 0.125s both;
}

p.error-text {
  color: red;
  margin: 0;
  font-size: 0.7rem;
  -webkit-animation: fadeIn 0.125s both;
  animation: fadeIn 0.125s both;
  line-height: 14px;
}
.address-contact {
  padding-top: 15px;
  padding-bottom: 15px;
}
.col-xl-12.col-lg-12.col-md-12.col-sm-12.col-12.map-contact {
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 45px;
}

.contact-form .input-wrapper input:focus + label,
.contact-form .input-wrapper input.not-empty + label {
  -webkit-transform: translateY(-14px);
  transform: translateY(-14px);
}
.contact-form button.custom-button,
.contact-form .wpcf7-submit.custom-button {
  font-size: 15px;
  font-weight: 600;
  line-height: 2.16;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  padding: 10px 20px;
  border-radius: 5px;
  width: 100%;
  margin-top: -3px;
}

.contact-form .input-wrapper input:focus + label,
.contact-form .input-wrapper input.not-empty + label {
  -webkit-transform: translateY(-14px);
  transform: translateY(-14px);
}
.contact-form button.custom-button,
.contact-form .wpcf7-submit.custom-button {
  font-size: 15px;
  font-weight: 600;
  line-height: 2.16;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  padding: 15px 20px;
  border-radius: 5px;
  width: 100%;
  margin-top: 0;
  position: relative;
}

.contact-form .wpcf7 .ajax-loader {
  position: absolute;
}
#contact-formStandard .button-wrapper {
  margin-top: 20px;
}
section.content .side-navigation .related-news,
section.content .side-navigation .sidebar-testimonials {
  padding: 25px 0 0;
}

section.content .side-navigation .sidebar-testimonials .single-testimonial {
  padding: 20px 20px 0 0;
  /* height: 0; */
}

/* section.content .side-navigation .sidebar-testimonials .single-testimonial.slick-active {
  height: auto;
} */

section.content .side-navigation .blog-search-news.related-news {
  padding-top: 0;
  padding-bottom: 25px;
}

.related-news .single-news-contain {
  display: flex;
  flex-direction: column;
}

.related-news .single-news-img {
  margin-bottom: 15px;
}
#bottom-news.related-news .single-news-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  padding-bottom: 70%;
}

.related-news .single-news-img img {
  /* max-width: 160px; */
  max-width: 100%;
}

article .post-body h1 {
  font-size: 35px;
  letter-spacing: 0;
  color: #585859;
  margin-bottom: 20px;
}
.post-body h2 {
  font-size: 30px;
  line-height: 1.2;
  text-transform: none;
}
section.content .side-navigation .related-news.related-news.practice-acc-list {
  padding-top: 15px;
}
section.content .side-navigation .related-news.related-news.practice-acc-list #accordionExample {
  margin-top: 15px;
}

section.content .side-navigation .related-news.related-news.practice-acc-list li {
  margin-bottom: 15px;
}

.prac-acc-link.acc-link::after {
  content: '\f067';
  font-family: 'Font Awesome 5 Pro';
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 1rem;
  text-align: center;
  color: #5961a9;
  right: 0;
  position: absolute;
  top: -4px;
}
.prac-acc-link.acc-link.acc-active::after {
  content: '\f068';
}
.prac-acc-list .collapse .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.prac-acc-list .collapse .card-body li {
  padding-left: 18px;
  padding-bottom: 10px;
}
.prac-acc-list .collapse .card-body li a {
  font-weight: 600;
  font-size: 16px;
}
.related-news.related-practice .related-practice-list {
  margin-top: 10px;
}
.related-news.related-practice .related-practice-list li {
  margin-bottom: 16px;
  padding-bottom: 15px;
  padding-left: 22px;
}

.prac-acc-list .collapse li::before {
  content: '\f0da';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 1.2rem;
  color: #5961a9;
  left: 3px;
  top: 10px;
  transform: translateY(-50%);
}

.related-news.related-practice .related-practice-list li::before {
  content: '\f0da';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 1.2rem;
  color: #5961a9;
  left: 3px;
  top: 10px;
  transform: translateY(-50%);
}
.bio-section2-content .content-box h3 {
  color: #5961a9;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: normal;
}
.bio-section5-content .content-box h3 {
  text-transform: uppercase;
}

.bio-section2-content p {
  font-size: 18px;
  margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
  /* .bio-section2-content p {
    font-size: 16px;
    line-height: 20px;
   }
   .bio-section3-content .content-row .content-box ul li, .bio-section5-content .content-row .content-box p, .feedback-content p, .victories-slider-item .content p, .bio-victories-slider-item .content p{
     font-size: 16px;
   } */

  .bio-section2-content .content-box h3 {
    font-size: 22px;
  }
}

.prac-acc-list .collapse .card-body li:last-child {
  border: none;
  margin-bottom: 0 !important;
}

.related-news .news-title,
.testimonials-title,
.related-news .news-title a {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.08;
  /* letter-spacing: 2.6px; */
  text-transform: capitalize;
  color: #5961a9;
  padding-bottom: 15px;
}

.related-news .news-title a:hover,
.related-news .news-title a:focus {
  color: #585859;
}

.related-news ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.related-news ul li,
.related-news .footer-links ul li {
  padding-bottom: 17px;
  padding-left: 0;
  /* border-bottom: 1px solid #707070; */
  /* margin-bottom: 32px; */
}
.related-news ul li:before {
  content: none;
}
.related-news ul li span.news-date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #888;
  display: flex;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.related-news ul li a {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #5961a9;
  transition: all 0.5s ease;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 30px;
}

.related-news ul li a:hover,
.related-news ul li a:focus,
.related-news ul li a:active {
  color: #585859;
  transition: all 0.5s ease;
}
/*----- Bio Approve Page styling starts -----*/
main.bio-details-wrapper {
  padding-top: 158px;
}
section.bio-section1 .bio-details,
.lawyer-content .awards,
.bio-section2-content .content-row,
.bio-section3-content .content-row,
.bio-section5-content .content-row {
  display: flex;
  flex-direction: row;
}
.bio-section1 .bio-details,
.bio-section2 .bio-section2-content,
.bio-section3 .bio-section3-content {
  margin: 0 4%;
}
section.bio-section1 .bio-details .lawyer-image {
  padding-left: 5%;
}
section.bio-section1 .bio-details .lawyer-image img {
  min-width: 300px;
}
section.bio-section1 .bio-details .lawyer-content {
  padding: 80px 5% 0 7%;
}
section.bio-section1 .contact-details .contact-info a {
  font-family: 'proxima-nova';
  font-size: 20px;
  font-weight: 300;
  line-height: 2.5;
  color: #5961a9;
}
section.bio-section1 .contact-details .contact-info span i {
  font-size: 16px;
  line-height: 24px;
}
section.bio-section1 .contact-details {
  justify-content: flex-start;
  padding-top: 26px;
}
section.bio-section1 .contact-details .contact-info {
  padding: 0 70px 25px 8px;
}
section.bio-section1 .contact-details .contact-info span {
  width: auto;
  height: auto;
  background-color: transparent;
}
section.bio-section1 .lawyer-content .name {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 7.2px;
  color: #585859;
  text-transform: uppercase;
}
section.bio-section1 .lawyer-content .designation {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 2.6px;
  color: #5961a9;
  text-transform: uppercase;
}
section.bio-section1 .lawyer-content .content p {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
}
section.bio-section1 .lawyer-content .content p:last-child {
  margin-bottom: 0;
}
.lawyer-content .awards {
  box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 25px 15px;
  margin-left: -15px;
  margin-top: 60px;
  margin-bottom: 60px;
  justify-content: center;
}
/* .lawyer-content .awards .award-image img {

  margin: 0 10px;
} */
/* .lawyer-content .awards .award-image {
  padding-right: 18px;
} */
.lawyer-content .awards .award-image:last-child {
  padding-right: 0;
}
/* .lawyer-content .awards .award-image img {
  height: 68px;
  width: auto;
  object-fit: cover;
} */
.bio-section2 .bio-section2-content {
  position: relative;
  padding-bottom: 60px;
}
main.bio-details-wrapper .heading {
  font-size: 204px;
  font-weight: 700;
  line-height: 210px;
  letter-spacing: 38.76px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0px 10px 13px rgba(0, 0, 0, 0.07);
}
.bio-section2 .bio-section2-content .heading {
  position: absolute;
  top: 30px;
  left: 53%;
  transform: translateX(-50%);
  /* z-index: 1; */
}
.bio-section2-content .content-row .content-box {
  width: 45%;
  padding-left: 3.5%;
  padding-top: 11.5%;
}
.bio-section2-content .content-row {
  padding-top: 9%;
}

.bio-section2-content .content-row .img-box {
  width: 55%;
  padding: 0 2%;
  position: relative;
}

.page-wrapper.bg.bio.lawyer-post-2051 .bio-section2-content .content-row .img-box,
.page-wrapper.bg.bio.lawyer-post-2296 .bio-section2-content .content-row .img-box,
.page-wrapper.bg.bio.lawyer-post-2591 .bio-section2-content .content-row .img-box {
  padding-top: 135px;
  padding-right: 0;
}

.lawyer-post-2591 section.bio-section1 .bio-details .lawyer-image img {
  min-width: 350px;
  margin-right: -50px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.bg.bio.lawyer-post-2051 .bio-section2-content .content-row .img-box,
  .page-wrapper.bg.bio.lawyer-post-2296 .bio-section2-content .content-row .img-box,
  .page-wrapper.bg.bio.lawyer-post-2591 .bio-section2-content .content-row .img-box {
    padding-left: 60px;
  }
}

.page-wrapper.bg.bio.lawyer-post-2051 .bio-section2-content .content-row .content-box,
.page-wrapper.bg.bio.lawyer-post-2296 .bio-section2-content .content-row .content-box,
.page-wrapper.bg.bio.lawyer-post-2591 .bio-section2-content .content-row .content-box {
  padding-left: 0;
  padding-top: 125px;
}

.bio-section2-content .content-row .content-box span.title {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #5961a9;
}
.bio-section2-content .content-row .content-box h1.title {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #5961a9;
}
.bio-section2-content .content-row .content-box h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #5961a9;
}
.section1-content .content-row.first .content-box h1,
.section1-content .content-row.second h2,
.section1-content .content-row.first .content-box h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #5961a9;
  margin-bottom: 20px;
  text-transform: none;
}
.section1-content .content-row.first .content-box h2 {
  margin-bottom: 0;
}
section.bio-section3 {
  position: relative;
}
section.bio-section3:after {
  background-color: #5961a9;
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.bio-section3 .bio-section3-content {
  position: relative;
  z-index: 2;
  padding: 78px 0 111px 0;
}
section.bio-section3 .bio-section3-content p {
  color: #fff;
}

section.bio-section3 .bio-section3-content a {
  /* color: #222222; */
  color: #fff;
  text-decoration: underline;
}
section.bio-section3 .bio-section3-content a:hover,
section.bio-section3 .bio-section3-content a:focus {
  color: #e4f1fe;
  text-decoration: underline;
}

.bio-section3-content .content-row .content-box {
  padding-left: 50px;
}
.bio-section3-content .content-row .content-box.left {
  width: 70%;
}
.bio-section3-content .content-row .content-box.right {
  width: 60%;
}
.bio-section3-content .content-row .content-box span.title {
  font-family: 'proxima-nova';
  font-size: 34px;
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
  padding-bottom: 18px;
}

.bio-section3-content .content-row .content-box span.title {
  font-family: 'proxima-nova';
  font-size: 34px;
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
  padding-bottom: 18px;
}
.bio-section3-content .content-row .content-box h1.title {
  font-family: 'proxima-nova';
  font-size: 34px;
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
  padding-bottom: 18px;
}

.bio-section3-content .content-row .content-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-bottom: 42px;
}

.bio-section3-content .content-row .content-box ul ul {
  padding-top: 15px;
}
.bio-section3-content .content-row .content-box ul li {
  /*font-size: 18px;*/
  /* line-height: 24px; */
  padding-bottom: 15px;
  color: #ffffff;
  position: relative;
  padding-left: 20px;
}
.bio-section3-content .content-row .content-box ul li:before {
  content: '\f0da';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  /* font-size: 18px;*/
  color: #ffffff;
  left: 0;
  top: -3px;
}
.bio-victories-wrapper span.sub-text {
  /* font-size: 36px;*/
  font-size: 31px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1.8px;
  color: #222222;
  text-transform: uppercase;
  display: flex;
  padding-bottom: 24px;
}
.bio-victories-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.bio-section4 {
  position: relative;
}
section.bio-section4:after {
  background-color: #ffffff;
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.bio-section4 .bio-section4-content {
  position: relative;
  z-index: 2;
  padding: 85px 0 62px 0;
}
.bio-section4-content .heading {
  position: absolute;
  top: -27%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.bio-victories-slider .bio-victories-slider-item .content {
  max-width: 1092px;
  margin: 0 auto;
}
.bio-victories-slider ul.slick-dots {
  padding-top: 25px;
  padding-bottom: 45px;
}
.bio-section5-content .content-row .img-box {
  width: 48%;
}
.bio-section5-content .content-row .img-box img {
  height: 1179px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.bio-section5-content .content-row .content-box {
  width: 55%;
  padding: 5% 15% 5% 7%;
}
.bio-section5-content .content-box .title {
  font-size: 91px;
  font-weight: 700;
  line-height: 0.93;
  text-transform: capitalize;
  color: #5961a9;
  display: flex;
}
.bio-section5-content .content-box .sub-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 0.67;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #222222;
  display: flex;
  padding-bottom: 47px;
}

@-moz-document url-prefix() {
  .victories-slider ul.slick-dots li button,
  .bio-victories-slider ul.slick-dots li button {
    padding: 7px;
  }
}
@media all and (-ms-high-contrast: none) {
  .benefit-content p {
    max-width: 320px;
  }
  .bio-victories-slider-item .content p {
    max-width: 1092px;
  }
  .victories-slider ul.slick-dots li button,
  .bio-victories-slider ul.slick-dots li button {
    padding: 7px;
  }
}
/* BLOG > Page Navigation */
.wp-pagenavi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #585859;
  text-transform: uppercase;
  padding: 5px 8px;
  border: 0;
  min-width: 34px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s;
}

.wp-pagenavi span.current {
  background-color: #5961a9;
  color: #ffffff;
  transition: all 0.5s;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  background: #5961a9;
  color: #ffffff;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  width: auto;
  color: #5961a9 !important;
  background: none;
  border-radius: 0;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus {
  background: none;
  color: #0f8577;
}
/**sidebar search**/
.side-search-input {
  position: relative;
  min-width: 200px;
  padding: 7px 0;
}
.side-search-input button {
  width: 35px;
  height: 35px;
  background-color: #5961a9;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0;
  border-radius: 0;
  position: absolute;
  top: 7px;
  right: 0;
}
.side-search-input .search-form {
  background: #fff;
}

#blog-search-input,
#repeat-search-input {
  background: #ffffff;
  border: 0 none;
  height: 35px;
  padding: 5px 40px 5px 5px;
  width: 100%;
}
.side-subscribe {
  background-color: #5961a9 !important;
}

.social-media.blog-dtl-social-media {
  display: inline-block;
}

.social-media.blog-dtl-social-media span {
  display: inline;
}

.social-media.blog-dtl-social-media ul {
  display: inline;
}
.social-media.blog-dtl-social-media ul li {
  display: inline;
}
.social-media.blog-dtl-social-media ul li::before {
  display: none;
}
span#Attorney-Client_Relationship {
  font-size: 40px;
  letter-spacing: normal;
}

.section5-content .center.victories {
  padding-top: 58px;
}

span.tagline {
  color: #545358;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  left: 0;
  transform: translateX(0%);
  padding-right: 50px;
  bottom: 0%;
  line-height: 1.2;
}

span.tagline::after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  bottom: -5px;
  background: #bdb9d3;
  height: 3px;
}

span.tag-2 {
  position: relative;
  padding-right: 50px;
  bottom: 0;
  left: 60px;
}

@media screen and (min-width: 2100px) {
  span.tag-2 {
    max-width: 260px;
    display: block;
  }
}

.banner-title {
  font-family: 'proxima-nova';
  font-size: 110px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 10.89px;
  color: #5961a9;
  text-transform: capitalize;
}

.content-inner h1 {
  font-size: 36px;
  letter-spacing: normal;
  margin-bottom: 20px;
}

.content-inner .related-news.practice-acc-list {
  margin-bottom: 30px;
}

/* What We Do */

/* .container {
  grid-template-columns: [first] 40px [line2] 50px [line3] auto [col4-start] 50px [five] 40px [end];
  grid-template-rows: [row1-start] 25% [row1-end] 100px [third-line] auto [last-line];
} */

.what-we-do-holder {
  margin-bottom: 40px;
}

.what-we-do-area {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}

.what-we-do-area.row-6 {
  grid-template-rows: repeat(6, 1fr);
}

.what-we-do-area .single-box {
  position: relative;
  background-size: cover;
  padding: 15px;
  height: 450px;
  background-position: center;
}

.what-we-do-area .single-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.what-we-do-area > div.large {
  height: 100%;
}

.what-we-do-area h2 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--color-white);
}

.what-we-do-area .title-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.what-we-do-area .single-box.active .title-holder {
  display: none;
}

.what-we-do-area .practice-desc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
  display: none;
}

.what-we-do-area .single-box.active .practice-desc {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.what-we-do-area .practice-desc p,
.what-we-do-area .learn-more {
  font-size: 16px;
  color: #fff;
}

.what-we-do-area .learn-more {
  text-transform: uppercase;
  text-align: left;
}
.what-we-do-area .learn-more:hover,
.what-we-do-area .learn-more:focus {
  text-decoration: underline;
}

.what-we-do-area .title-holder h2 {
  font-size: 30px;
  text-transform: capitalize;
}

.what-we-do-area .title-holder h2 span {
  text-transform: capitalize;
}

.what-we-do-area .title-holder h2 .sub {
  font-size: 24px;
}

@media screen and (min-width: 1025px) {
  .what-we-do-area .single-box {
    height: 250px;
  }

  .footer-divorce {
    padding-left: 0;
  }

  /* .what-we-do-area .single-box:first-of-type {
    grid-area: 1 / 1 / span 3 / 3;
    background-position: top center !important;
  } */
}

@media screen and (min-width: 1281px) {
  .what-we-do-area {
    grid-template-columns: 1fr 1fr;
  }

  .what-we-do-area.row-6 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(6, 1fr);
  }

  /* .what-we-do-area .single-box.large:first-of-type {
    grid-area: 1 / 1 / span 2 / 2;
  }

  .what-we-do-area .single-box.large:nth-child(6) {
    grid-area: 3 / 2 / span 2 / 3;
  } */

  .what-we-do-area .single-box {
    position: relative;
    background-size: cover;
    height: 350px;
  }
}

@media screen and (min-width: 1800px) {
  .what-we-do-area .single-box {
    height: 250px;
  }
}

.contact-maps {
  margin-top: 20px;
}

.contact-maps iframe {
  width: 100%;
  margin: 20px 0;
}

#content .content-inner img {
  max-width: 100%;
  height: auto;
}

.contact-page-form {
  background-color: #e9eaf7;
  padding: 40px;
}

.contact-page-form .button-wrapper {
  margin-top: 20px;
}

#bottom-news {
  margin-top: 30px;
  display: none;
}

#bottom-news ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#bottom-news ul li {
  width: 30%;
}

#bottom-news ul li:last-child {
  margin-bottom: 32px;
}

@media screen and (min-width: 992px) {
  #bottom-news {
    display: block;
  }
}

.address .sitemap p {
  margin-bottom: 0;
}

.footer-wrapper .social-media ul li:last-child {
  padding-right: 0;
}

.accordion-item-content {
  display: none;
}

.accordion-item-content p {
  font-size: 0.9rem;
}

.accordion-item.active .accordion-item-content {
  display: block;
  -webkit-animation: fadeIn 200ms both;
  animation: fadeIn 200ms both;
}

.accordion-item-content > *:first-child {
  margin-top: 20px;
}

.accordion-item-content > *:last-child {
  margin-bottom: 35px;
}

.footer-col {
  padding-right: 11px;
  padding-left: 11px;
}

#fsbt {
  opacity: 0;
  position: absolute;
  top: 0;
}

.what-we-do-holder.family-law {
  margin-bottom: 40px;
}

section.content .side-navigation .sidebar-testimonials.no-contact {
  padding-top: 0;
}

.header-wrapper .search-box {
  display: none;
}

.mobile-head {
  padding-right: 0;
}

.mobile-head .responsive-menu {
  right: 0;
}

@media screen and (min-width: 1025px) {
  .header-wrapper .search-box {
    display: block;
  }
}

/* PRELOADER */

/* Sliding exits */

.animated {
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.medium {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.animated.fast {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

body {
  position: relative;
}

body.loading {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.opacity1 {
  opacity: 1 !important;
}

.opacity0 {
  opacity: 0;
}

.introh {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.5s linear;
  width: 100%;
  height: 100vh;
  display: block;
  background: #f7f8fc;
}

.loaded-intro .introh {
  pointer-events: none;
}

.intro {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  /*     transition: all .5s linear; */
  text-align: center;
  display: flex;
  flex-direction: row;
}

.intro h2 {
  color: #545358;
  display: inline-block;
  font-size: 25px;
}

.intro .left,
.intro .right {
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin: 0;
  transition: all 1s linear;
  background: #f7f8fc;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro .mid {
  position: absolute;
  top: 20%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: width 1s linear, left 1s linear, top 1s linear;
  width: 100%;
  max-width: 1000px;
}

.intro .left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.intro .left .left-inner,
.intro .right .right-inner {
  z-index: 10;
  opacity: 1;
}

.intro .left .left-inner {
  text-align: left;
  height: 134px;
}

.intro .left .left-inner,
.intro .right .right-inner {
  height: 134px;
}

.intro .first,
.intro .second {
  display: none;
}

.intro .first-mobile,
.intro .second-mobile,
.intro .third-mobile {
  display: inline-block;
  margin: 0;
}

.intro .left .left-inner .first-mobile {
  width: 121px;
  line-height: 28px;
}

.intro .right .right-inner .first-mobile {
  line-height: 28px;
}

.intro .left .left-inner .second-mobile {
  width: 58px;
}

.intro .left .left-inner .third-mobile {
  width: 90px;
}

.intro .left .left-inner,
.intro .right .right-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.intro .right .right-inner {
  align-items: flex-start;
}

.intro .right .right-inner {
  text-align: left;
  margin-left: 12px;
}

.intro .right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mid.loaded {
  top: -96px;
  width: 458px;
  left: 106px;
  z-index: 999;
}

#lottie {
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

#lottie g > g:first-child rect,
#lottie g > g:nth-child(2) rect {
  opacity: 0;
}

.content-inner .lawyer-wrapper {
  padding: 0;
  margin-bottom: 50px;
}

.content-inner .lawyer-wrapper .lawyer-details {
  padding: 33px 14px 4px;
}

@media screen and (min-width: 640px) {
  .intro .first-mobile,
  .intro .second-mobile {
    display: none;
  }

  .intro .first,
  .intro .second {
    display: inline-block;
  }

  .intro .left .left-inner .first {
    width: 252px;
  }

  .intro .left .left-inner .second {
    width: 108px;
  }

  .intro h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .introh {
    display: block;
  }

  .intro h2 {
    font-size: 48px;
  }

  .mid.loaded {
    top: -117px;
    width: 556px;
    left: 106px;
    z-index: 999;
  }

  .intro .left .left-inner .first {
    width: 405px;
  }

  .intro .left .left-inner .second {
    width: 173px;
  }
}

@media screen and (min-width: 1280px) {
  .mid.loaded {
    top: -99px;
    width: 556px;
    left: 138px;
    z-index: 999;
  }
}

@media screen and (min-width: 1920px) {
  /* .mid.loaded {
    left: 167px;
  } */
  /* .intro {
    max-width: 2000px;
    margin: 0 auto;
  } */
}

@media screen and (max-width: 767px) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hide-for-medium {
    display: none !important;
  }
}

.visually-hidden {
  border: none !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.attorney-section {
  padding-top: 50px;
  border-top: 1px solid #000;
  margin-top: 100px;
}

.attorney-section h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.attorney-section .attorney-block {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 30px;
}

.attorney-section .attorney-block p {
  margin: 0;
  line-height: 1.3;
}
.attorney-section .attorney-block p:first-of-type {
  margin-bottom: 10px;
  margin-top: 20px;
}
.attorney-section .attorney-block p:first-of-type a {
  font-size: 20px;
  font-weight: 700;
  color: #5961a9;
}

.attorney-section .attorney-block .lawyer-info {
  text-align: center;
}

.attorney-section .attorney-block .lawyer-image {
  display: flex;
  justify-content: center;
}

.sidebar-news {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.blog-btn {
  background-color: #5961a9;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}

.blog-btn:hover {
  color: #fff;
}

.related-news ul li {
  padding-left: 0;
}

section.content .side-navigation .related-news.related-practice.divorce {
  padding: 25px 0 0;
  margin-top: 20px;
}

.related-news.related-practice.divorce a {
  color: #fff;
}

.related-news.related-practice.divorce .news-title {
  padding-left: 0px;
}

.related-news.related-practice.divorce .related-practice-list li {
  padding: 0;
  border-top: 1px solid;
  border-color: #fff;
  margin-bottom: 0;
}

.related-news.related-practice.divorce .related-practice-list li a {
  padding: 15px 0 15px 36px;
}
.related-news.related-practice.divorce .related-practice-list li a:hover {
  background-color: #fff;
  color: #585859;
}

.button.what {
  background-color: #585859;
  color: #fff;
  width: 100%;
  display: block;
  margin-top: 20px;
  text-align: center;
  padding: 12px 0;
  font-size: 28px;
  border-radius: 10px;
}

.button.what i {
  font-size: 22px;
}

.footer-text.sidebar-select {
  padding: 0;
  border: none;
}

.related-news .sidebar-select .sidebar-dropdown {
  padding: 20px 15px;
  position: relative;
  border: 1px solid #5961a9;
  font-size: 16px;
  z-index: 10;
}

.sidebar-select .sidebar-dropdown:after {
  display: none;
}

.sidebar-select:after {
  display: flex;
  align-items: center;
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  position: absolute;
  right: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: '\f0dc';
  background: #5961a9;
  padding: 20px;
  top: 0;
  font-size: 20px;
  font-weight: 700;
  height: 58px;
}

.sidebar-select.active .footer-links {
  padding: 18px 0 18px 15px;
}

.sidebar-select.active {
  border-bottom: 3px solid #bec7da;
}

@media screen and (min-width: 767px) {
  .related-news.related-practice.divorce .news-title {
    padding-left: 36px;
  }

  section.content .side-navigation .related-news.related-practice.divorce {
    background-color: #5961a9;
    box-shadow: 0 3px 18px 0 rgb(0 0 0 / 4%);
  }
}

/* ACCORDIONS  */
.module-title {
  color: #fff;
  text-align: left;
  font-size: 18px;
}

.accordion-item-title {
  margin: 0;
  padding: 10px 45px 10px 20px;
  color: #5961a9;
  background-color: #fff;
  font-size: 18px;
  position: relative;
}

.accordion-item-content {
  background-color: #fff;
}

.bio-section3-content .content-row .content-box .accordion-item-content li,
.bio-section3-content .content-row .content-box .accordion-item-content li::before,
.bio-section3-content .content-row .content-box .accordion-item-content a {
  color: #5961a9;
}

.bio-section3-content .content-row .content-box .accordion-item-content ul {
  padding-bottom: 0;
}

.wpcf7 form.submitting .ajax-loader,
.wpcf7-response-output {
  display: none !important;
}

#toc_container ul ul {
  margin-left: 0 !important;
}

div#toc_container ul li {
  padding: 5px 0;
}

.post-body div#toc_container .toc_list li li li {
  padding-left: 55px;
}

.homepage .banner-section {
  min-height: 500px;
}

@media screen and (min-width: 660px) {
  .homepage .banner-section {
    min-height: 412px;
  }
}

@media screen and (min-width: 1025px) {
  .homepage .banner-section {
    min-height: 650px;
  }
}

@media screen and (min-width: 1280px) {
  .homepage .banner-section {
    min-height: 800px;
  }
}

@media screen and (min-width: 1600px) {
  .homepage .banner-section {
    min-height: 1000px;
  }
}

@media screen and (min-width: 1920px) {
  .homepage .banner-section {
    min-height: 1200px;
  }
}

.att-opacity0 {
  opacity: 0 !important;
}
strong a {
  font-weight: 700;
}

.attorney-section .attorney-block .lawyer-image img {
  width: 180px;
  height: 176px;
  object-fit: cover;
}

.aligncenter {
  width: 100% !important;
  text-align: center;
}

.grecaptcha-badge {
  display: none;
}

.footer-text.no-children .footer-title:after {
  display: none;
}

.last-col .footer-text:nth-child(2) {
  margin-bottom: 25px;
}

@media screen and (min-width: 767px) {
  .footer-text.no-children {
    margin-bottom: 25px;
  }
}

.bottom-text {
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .homepage .home-banner-image {
    margin-bottom: 40px;
  }

  .lawyer-wrapper.attorney-landing {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #menu-3839 .submenu {
    display: none !important;
  }

  .lawyer-wrapper.attorney-landing .charges {
    display: none;
  }

  .lawyer-wrapper.attorney-landing .email {
    margin-top: 5px;
  }
}

/* 2022 */

.hide {
  display: none !important;
}

.height-auto {
  height: auto;
}

.be-heard {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(127, 127, 127, 0.7));
  filter: drop-shadow(0px 0px 10px rgba(127, 127, 127, 0.7));
  max-width: 400px;
  width: 93%;
}

.mobile-home-banner-slider {
  margin-top: -17%;
  margin-bottom: 30px;
}

.mobile-home-banner-slider-single img {
  max-width: 100%;
  height: auto;
}

.mobile-home-banner-area {
  width: 100%;
}

.img-fluid.home-banner-image {
  display: none;
}

.content-row.first .img-box {
  display: none;
}

@media screen and (min-width: 641px) {
  .mobile-home-banner-area {
    display: none;
  }

  .img-fluid.home-banner-image {
    display: block;
  }

  .content-row.first .img-box {
    display: block;
  }
}

/* Attorney Landing 2023 */

.attorney-container {
  padding-bottom: 80px;
}

.attorney-landing-content .bio-content-wrapper {
  padding: 0 0 20px;
}

.attorney-landing-content .row,
.attorney-container .row {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

.attorney-landing-content .column,
.attorney-container .column {
  padding: 0 30px;
}

.attorney-landing-content h1 {
  font-size: 50px;
  padding-bottom: 20px;
}

.attorney-landing-content h1 span {
  display: block;
  text-transform: uppercase;
  color: #565656;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1.1;
}

.attorney-container-inner {
  display: grid;
  grid-gap: 30px;
  gap: 30px;
}

.lawyer-card {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.lawyer-card-hover-area {
  width: 100%;
  position: relative;
}

.lawyer-card-image {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.lawyer-card-image::before {
  content: '';
  display: block;
  height: 260px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Apply the first background */
.lawyer-card:nth-child(3n + 1) .lawyer-card-image::before {
  background: rgb(219, 223, 252);
  background: linear-gradient(0deg, rgba(219, 223, 252, 1) 0%, rgba(162, 167, 216, 1) 100%);
}

.lawyer-card:nth-child(3n + 1) .lawyer-card-hover-content {
  background: rgba(90, 97, 169, 0.9);
}

/* Apply the second background */
.lawyer-card:nth-child(3n + 2) .lawyer-card-image::before {
  background: rgb(232, 229, 217);
  background: linear-gradient(0deg, rgba(232, 229, 217, 1) 0%, rgba(208, 184, 176, 1) 100%);
}

.lawyer-card:nth-child(3n + 2) .lawyer-card-hover-content {
  background: rgba(208, 184, 176, 0.9);
}

/* Apply the third background */
.lawyer-card:nth-child(3n) .lawyer-card-image::before {
  background: rgb(222, 232, 234);
  background: linear-gradient(0deg, rgba(222, 232, 234, 1) 0%, rgba(164, 216, 222, 1) 100%);
}

.lawyer-card:nth-child(3n) .lawyer-card-hover-content {
  background: rgba(164, 216, 222, 0.9);
}

.lawyer-card-image img {
  width: 250px;
  max-width: 100%;
  height: 324px;
  object-fit: cover;
  object-position: top;
  position: relative;
  padding: 0 15px;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 0.7s ease-in-out forwards;
  animation-delay: 0.6s;
}

.lawyer-card-image img.temp {
  width: auto;
}

.lawyer-card-content .lawyer-name {
  font-size: 20px;
  color: var(--color-purple);
}

.lawyer-card-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  grid-gap: 5px;
  gap: 5px;
  padding-top: 15px;
}

.lawyer-card-content h3,
.lawyer-card-content p {
  margin-bottom: 0;
}

.lawyer-card-content p {
  font-size: 16px;
  color: var(--color-black);
  letter-spacing: 0.256px;
  line-height: 20px;
}

.lawyer-card-content .lawyer-cost {
  font-size: 12px;
  color: var(--color-grey);
  letter-spacing: 0.192px;
}

.lawyer-card-button-container {
  text-align: center;
  margin-top: 20px;
}

.lawyer-card-button-container .book-button {
  border: 1px solid var(--color-purple);
  color: var(--color-purple);
  text-decoration: none;
  margin-top: auto;
  display: inline-block;
  border-radius: 2px;
  padding: 7px 28px;
  font-weight: 600;
  font-size: 0.9em;
  font-family: 'proxima-nova';
}

.lawyer-card-button-container .book-button:hover,
.lawyer-card-button-container .book-button:focus {
  background-color: var(--color-purple);
  color: var(--color-white);
}

.lawyer-card-hover-content {
  background: #d0b8b0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.lawyer-card.active .lawyer-card-hover-content,
.lawyer-card-hover-area:hover .lawyer-card-hover-content,
.lawyer-card-hover-area:focus .lawyer-card-hover-content {
  opacity: 1;
  z-index: 2;
}

.lawyer-card-hover-content {
  padding: 80px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.lawyer-card-hover-content ul {
  list-style: none;
  padding: 0;
  margin: auto 0 0;
}

.lawyer-card-hover-content ul li,
.lawyer-card-hover-content a {
  font-size: 18px;
  color: var(--color-white);
  font-family: 'proxima-nova';
  font-weight: 500;
}

.lawyer-card-hover-content a {
  margin-top: auto;
}

.lawyer-card-hover-content a:hover,
.lawyer-card-hover-content a:focus {
  text-decoration: underline;
  color: var(--color-white);
  transform: scale(1.1);
}

@media screen and (min-width: 830px) {
  .attorney-container-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 16px;
    gap: 40px 16px;
  }

  .lawyer-card-image img {
    width: 324px;
  }

  .lawyer-card-content {
    height: 105px;
  }
}

@media screen and (min-width: 1025px) {
  .attorney-container-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px 16px;
    gap: 60px 16px;
  }

  .lawyer-card {
    height: 530px;
    padding: 20px 0;
  }

  .attorney-landing-content h1 {
    font-size: 80px;
  }

  .attorney-landing-content h1 span {
    font-size: 50px;
    letter-spacing: 4px;
  }

  .lawyer-card-button-container {
    margin-top: auto;
  }
}

/* SIDEBAR */

.sidebar-cta.custom-button {
  background-color: var(--color-purple);
  color: var(--color-white);
  padding: 20px 15px;
  font-weight: 700;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 15px;
  gap: 15px;
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 1;
}

.sidebar-cta:hover,
.sidebar-cta:focus {
  background-color: var(--color-purple);
  color: var(--color-white);
}

.sidebar-cta span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  grid-gap: 23px;
  gap: 23px;
}

.sidebar-cta i {
  font-weight: 400;
}

.contact-top-right form.wpcf7-form textarea,
.side-navigation form.wpcf7-form textarea {
  height: 60px;
  border: none;
  border-bottom: 1px solid #4d4d4d;
}

.side-navigation form.wpcf7-form .button-wrapper > p {
  width: 100%;
}

/* HEADER */

.header-wrapper.header-sticky.new .contact .call-text {
  display: block;
}

.header-wrapper.header-sticky.new {
  height: 120px;
}

.test-page main.content-page {
  padding-top: 120px;
}

.header-wrapper.header-sticky.new .main-nav .navigation {
  padding-top: 16px;
}

.header-wrapper.header-sticky.new .contact {
  padding: 0;
}

.header-wrapper.header-sticky.new .search-box .search-icon {
  padding: 0;
}

.header-wrapper.header-sticky.new .main-nav nav.nav ul li {
  margin: 0;
}

.header-inner.new {
  padding-top: 0;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
}

.header-inner.new .contact .contact-contact-us {
  background-color: #565656;
}

.header-inner.new .contact {
  position: static;
  background: none;
  display: none;
  padding: 0;
  justify-content: flex-end;
}

.header-inner.new .header-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-align: end;
  align-items: flex-end;
  flex: 1;
}

.header-inner.new .header-right .contact-phone {
  background: var(--color-purple);
  display: none;
}

.header-inner.new .header-right .contact .contact-contact-us,
.header-inner.new .header-right .contact .contact-contact-us span {
  text-transform: uppercase;
  font-size: 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
}

.header-inner.new .header-right .contact .contact-phone,
.header-inner.new .header-right .contact .contact-phone span {
  font-size: 16px;
}

.header-inner.new .header-right .contact .contact-phone,
.header-inner.new .header-right .contact .contact-contact-us {
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
}

.header-inner.new .header-right a {
  /* padding: 10px 18px; */
  padding: 10px 31px 10px 18px;
}

.header-inner.new .header-right .contact a:hover,
.header-inner.new .header-right .contact a.active {
  text-decoration: underline;
  color: var(--color-white);
}

.header.new .navigation {
  padding-top: 25px;
}

.header-inner.new .search-box {
  width: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
}

.header-inner.new .search-box .search-icon i {
  font-style: normal;
}

.header-inner.new .search-box .search-icon {
  padding: 0;
}

.header-inner.new .header-search.active {
  opacity: 1;
  top: 0;
}

.header-right .top-navigation .sub-menu {
  display: none;
  display: inline-block;
  position: absolute;
  top: 150%;
  width: 392px;
  margin: 0;
  background-color: var(--color-white);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header-right .top-navigation > li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
}

.header-right .top-navigation > li > a {
  font-size: 12px;
  color: #565656;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

@media screen and (min-width: 1281px) {
  .header-right .top-navigation > li > a {
    font-size: 14px;
    color: #565656;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
}

.header-right .top-navigation > li > a,
.header-right .bottom-navigation > li > a {
  padding: 0 !important;
}

.header-right .bottom-navigation > li > a {
  font-size: 14px;
}

@media screen and (min-width: 1100px) {
  .header-right .bottom-navigation > li > a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .header-right .bottom-navigation > li > a {
    font-size: 18px;
  }
}

.header-right .top-navigation .sub-menu li:hover a,
.header-right .top-navigation .sub-menu li:focus a,
.header-right .top-navigation .sub-menu li:hover a::before,
.header-right .top-navigation .sub-menu li:focus a::before {
  color: var(--color-white) !important;
}

.header-right .top-navigation > li.menu-item-has-children,
.header-right .bottom-navigation > li.menu-item-has-children {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
}

.header-right .top-navigation > li.menu-item-has-children::after,
.header-right .bottom-navigation > li.menu-item-has-children::after {
  content: '\f0d7 ';
  position: static;
  font-size: 10px;
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  background: none;
  width: auto;
  height: auto;
  color: #565656;
}

.header-inner.new .header-right .top-navigation > li:hover::after,
.header-inner.new .header-right .bottom-navigation > li:hover::after {
  width: auto;
}

.header-right .top-navigation > li:hover > .sub-menu {
  /* display: block; */
  top: 130%;
  opacity: 1;
  visibility: visible;
}

.header-right .top-navigation .sub-menu li {
  padding: 0 32px;
  position: relative;
  width: 100%;
}

.header-right .top-navigation .sub-menu li::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #5961a9;
  visibility: none;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

.header-right .top-navigation .sub-menu > li:hover::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.header-right .top-navigation .sub-menu li a {
  font-size: 18px;
  line-height: 1.67;
  color: #585859;
  text-transform: inherit;
  font-weight: 600;
  padding: 5px 0 5px 20px;
  display: flex;
  position: relative;
}

.header-right .top-navigation .sub-menu li a::before {
  content: '\f0da';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 18px;
  color: #5961a9;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.header-right .main-nav nav.nav ul li {
  margin: 0;
}

.header-right .top-navigation {
  grid-gap: 18px;
  gap: 18px;
}

.header-right .bottom-navigation {
  /* grid-gap: 20px;
  gap: 20px; */
  grid-gap: 15px;
  gap: 15px;
  margin-right: 30px !important;
}

@media screen and (min-width: 1400px) {
  .header-right .bottom-navigation {
    grid-gap: 40px;
    gap: 40px;
    margin-right: 60px !important;
  }
}

#menu-item-8725 .sub-menu {
  display: none;
}

.header-right .header-right-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
  width: 100%;
}

.header-right .contact .phone-icon {
  padding: 0;
}

.header-right .navigation {
  padding-top: 16px;
}

.header-wrapper.header-sticky.new .contact {
  height: auto;
}

.header-right nav.nav ul > li > a {
  font-family: 'proxima-nova';
  font-weight: 600;
  color: #565656;
  line-height: 1;
}

/* .header-right .main-nav nav.nav > ul > li:hover a,
.header-right .main-nav nav.nav > ul > li:focus a {
  color: var(--color-purple);
} */

#menu-item-8725::after {
  display: none;
}

@media screen and (min-width: 992px) {
  .header-inner.new .contact {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
  }

  .header-inner.new {
    align-items: flex-start;
  }

  .header-inner.new .logo {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .header-inner.new .header-right .contact-phone {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
  }
}

/* Contact 2023 */

.section-booking {
  padding: 40px 0 0;
}

.section-offices {
  padding: 80px 0 90px;
}

.contact-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.row.has-gradient {
  background: rgb(228, 230, 252);
  background: linear-gradient(0deg, rgba(228, 230, 252, 1) 0%, rgba(219, 223, 255, 0) 0100%);
}

.contact-top-right {
  padding: 40px 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact-top-right h2 {
  margin-top: 0 !important;
}

.contact-top-right label {
  color: var(--color-purple);
}

.contact-top-right .contact-form .input-wrapper label {
  margin: 0;
}

.contact-top-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
  gap: 40px;
}

.contact-top-left-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  grid-gap: 23px;
  gap: 23px;
  text-transform: uppercase;
}

.contact-top-left-buttons.pushed-up {
  display: none;
  flex-direction: row;
  width: 100%;
  transform: translateY(-106px);
  margin-top: -75px;
}

.contact-top-left-buttons.pushed-up .custom-button {
  flex-grow: 1;
  width: calc(25% - 12px);
  max-width: none;
}

.contact-top-left-buttons.pushed-up .custom-button:first-of-type {
  width: calc(75% - 12px);
  font-size: 25px;
}

.contact-top-left-buttons .custom-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 5px;
  gap: 5px;
  padding: 20px;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0;
  overflow: hidden;
  font-family: 'proxima-nova';
  font-weight: 600;
}

.contact-top-left-buttons .custom-button i {
  font-size: 14px;
}

.contact-top-left-buttons.pushed-up .custom-button:first-of-type i {
  font-size: 20px;
}

.contact-top-left-buttons .custom-button.desktop {
  display: none;
}

.contact-top-left-content-hours {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
  font-size: 24px;
  color: var(--color-purple);
  margin-bottom: 10px !important;
  font-weight: 700;
}

.contact-top-left-content p {
  font-size: 1.3333rem;
}

.contact-top-left-content-hours-content {
  font-size: 1.4rem;
}

.contact-top-right {
  background-color: var(--color-white);
}

.section-booking {
  background: rgb(228, 230, 252);
  background: linear-gradient(0deg, rgba(228, 230, 252, 1) 0%, rgba(219, 223, 255, 0) 100%);
}

.section-booking-image-container {
  text-align: center;
  margin-bottom: 80px;
}

.section-booking-image-container img {
  max-width: 100%;
  height: auto;
}

.section-booking-content {
  max-width: 815px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  gap: 30px;
}

.section-booking-content-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
  gap: 15px;
}

.section-booking-content-left h2 {
  font-size: 43px;
}

.section-booking-content-left p {
  font-size: 19px;
}

.section-booking-content-left > * {
  margin-top: 0 !important;
}

.single-booking-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  padding: 20px !important;
  border-bottom: 1px solid var(--color-light-grey);
}

.single-booking-link:first-of-type {
  padding-top: 0;
}

.single-booking-link:last-of-type {
  border: none;
}

.single-booking-link p {
  font-size: 20px;
  flex: 1;
  color: var(--color-white);
  line-height: 24px;
  margin-bottom: 0;
}

.single-booking-link p strong {
  font-weight: 700;
}

.single-booking-link a {
  background-color: var(--color-purple);
  color: var(--color-white);
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.single-booking-link a:hover,
.single-booking-link a:focus {
  background-color: var(--color-purple);
  color: var(--color-white);
}

section.content.section-contact-top .content-wrapper {
  padding-bottom: 0;
  margin: 0;
}

.section-offices h2 {
  margin: 0;
  text-align: center;
}

.section-offices-office-container {
  max-width: 777px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  gap: 30px;
  width: 100%;
}

.single-office-address {
  padding-top: 10px;
}

.single-office-address h3 {
  margin-top: 0 !important;
}

.single-office-address p {
  font-size: 16px;
}

.single-office-address a {
  color: var(--color-black);
  text-decoration: underline;
}

.section-offices-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  grid-gap: 56px;
  gap: 56px;
}

.single-office-image {
  margin-bottom: 20px;
}

.single-office-image img {
  max-width: 100%;
  height: auto;
}

.contact-top-right .button-wrapper {
  justify-content: flex-start;
}

footer .single-office-address {
  text-align: center;
}

@media screen and (min-width: 640px) {
  footer .single-office-address {
    width: calc(50% - 25px);
  }
}

@media screen and (min-width: 768px) {
  /* .section-booking {
    padding: 50px 0 96px;
  } */

  .section-booking-image-container img {
    max-width: 80%;
  }

  .contact-top-left {
    padding-top: 20px;
    grid-gap: 90px;
    gap: 90px;
  }

  .contact-top {
    /* transform: translateY(-260px);
    margin-bottom: -260px; */
    position: relative;
    z-index: 1;
  }

  .section-booking-content {
    flex-direction: row;
    grid-gap: 50px;
    gap: 50px;
  }

  .section-booking-content-left {
    max-width: 475px;
  }

  .setion-booking-content-right {
    flex: 1;
  }

  .section-offices h2 {
    font-size: 60px;
  }

  .single-office-address {
    flex: 1;
  }

  footer .single-office-address {
    flex: initial;
    width: calc(33% - 33px);
  }

  .single-office {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    grid-gap: 50px;
    gap: 50px;
  }

  .single-office.right {
    flex-direction: row-reverse;
  }

  .single-office.right .single-office-address {
    text-align: left;
  }

  .single-office-image {
    margin-bottom: 0;
  }

  .section-offices-office-container {
    grid-gap: 85px;
    gap: 85px;
  }

  .banner.contact-page .content-box {
    display: none;
  }

  .contact-top-left-buttons .custom-button {
    /* max-width: 345px; */
    max-width: 370px;
  }

  .contact-top-left-buttons .custom-button.desktop {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
  }

  .contact-top-left-buttons .custom-button.mobile {
    display: none;
  }

  .contact-top-left-buttons {
    display: none;
  }

  .contact-top-left-buttons.pushed-up {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  .contact-top {
    flex-direction: row;
    grid-gap: 70px;
    gap: 70px;
    margin-bottom: 86px;
  }

  .contact-top-left,
  .contact-top-right {
    width: 50%;
  }

  #hours.contact-top-left-content-hours {
    margin-top: 70px !important;
  }
}

@media screen and (min-width: 1500px) {
  section.content.section-contact-top .content-wrapper {
    margin: 0 7%;
  }
}

@media screen and (max-width: 768px) {
  .footer-links {
    display: none;
  }

  /* Class to display .footer-links when active */
  .show-links {
    display: block;
  }
}

/* .animate__animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
} */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -25px, 0) scaleY(1.1);
    transform: translate3d(0, -25px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -25px, 0) scaleY(1.1);
    transform: translate3d(0, -25px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.wpcf7-f4511-o1 select {
  margin-top: 10px !important;
}

.contact-form .input-wrapper label.hear {
  margin-bottom: 10px !important;
}

.contact-form .input-wrapper.hear-wrapper {
  margin-bottom: 24px !important;
}

.contact-form .input-wrapper option:hover {
  background-color: #5961a9 !important;
}

.contact-form .input-wrapper.hear-wrapper select {
  width: -webkit-fill-available;
}

 .input-row {
        display: flex;
        gap: 1rem;
    }
    .input-wrapper {
        flex: 1;
        display: flex;
        flex-direction: column;
    }